This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients christian.heimes, gvanrossum, pitrou
Date 2013-10-19.01:35:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
> Maybe once this is addressed we could also change urllib.request.urlopen() to default to cadefault=True?

I don't think it's ok to change the default and break compatibility. Passing True manually is easy enough.
History
Date User Action Args
2013-10-19 01:35:04pitrousetrecipients: + pitrou, gvanrossum, christian.heimes
2013-10-19 01:35:04pitrousetmessageid: <[email protected]>
2013-10-19 01:35:04pitroulinkissue19292 messages
2013-10-19 01:35:04pitroucreate