@songying
2018-07-10T16:14:23.000000Z
字数 137
阅读 1042
requests源码阅读
该文件解决了python2与python3 的兼容问题
涉及到的python3模块有: urllib.parse, urllib.request, http, io, collections.OrderedDict, collections.abc
urllib.parse
urllib.request
http
io
collections.OrderedDict
collections.abc