This commit is contained in:
Kenneth Reitz
2012-02-15 02:03:13 -05:00
parent 75b0c4be1b
commit ab4c03adc3
-5
View File
@@ -69,11 +69,6 @@ class Request(object):
self.timeout = timeout
#: Request URL.
# if isinstance(url, str):
# url = url.encode('utf-8')
# print(dir(url))
self.url = url
#: Dictionary of HTTP Headers to attach to the :class:`Request <Request>`.