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.

classification
Title: minor misstatement in What's New in 2.7
Type: Stage: patch review
Components: Documentation Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, georg.brandl, stutzbach
Priority: normal Keywords: patch

Created on 2010-07-05 15:32 by stutzbach, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg109327 - (view) Author: Daniel Stutzbach (stutzbach) (Python committer) Date: 2010-07-05 15:32
"Finally, the Mapping abstract base class now raises a NotImplemented exception..."

should read "returns" instead of "raises"

Here's the relevant code patch:
http://svn.python.org/view/python/trunk/Lib/_abcoll.py?r1=78800&r2=81414&pathrev=81414
msg109344 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-07-05 17:48
Thanks, fixed in r82587.
History
Date User Action Args
2022-04-11 14:57:03adminsetgithub: 53412
2010-07-05 17:48:55georg.brandlsetstatus: open -> closed

nosy: + georg.brandl
messages: + msg109344

resolution: fixed
2010-07-05 15:32:29stutzbachcreate