[issue19796] urllib2.HTTPError.reason is not documented as "Added in 2.7"

2014-11-11 Thread Berker Peksag
Berker Peksag added the comment: issue 13211 was about a bug in exception hierarchy of the urllib2 module(not an addition to the public API - see msg147318 for detailed explanation). I don't think we need to update documentation. -- resolution: -> wont fix stage: patch review -> resol

[issue19796] urllib2.HTTPError.reason is not documented as "Added in 2.7"

2014-10-03 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +orsenthil ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue19796] urllib2.HTTPError.reason is not documented as "Added in 2.7"

2014-10-03 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue19796] urllib2.HTTPError.reason is not documented as "Added in 2.7"

2014-10-03 Thread Mark Lawrence
Mark Lawrence added the comment: The patch just adds the version added tag to urllib2.rst. Can someone commit this please. -- nosy: +BreamoreBoy ___ Python tracker ___

[issue19796] urllib2.HTTPError.reason is not documented as "Added in 2.7"

2013-11-26 Thread Alex Willmer
New submission from Alex Willmer: issue13211 added a .reason attribute to urllib2.HTTPError in Python 2.7, issue16634 documented it (http://hg.python.org/cpython/rev/deb60efd32eb). The documentation for Python 2.7 doesn't mention that this attribute was added in that release. This (at least we