[issue9166] minor misstatement in What's New in 2.7
New submission from Daniel Stutzbach <daniel@stutzbachenterprises.com>: "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 ---------- assignee: docs@python components: Documentation keywords: patch messages: 109327 nosy: docs@python, stutzbach priority: normal severity: normal stage: patch review status: open title: minor misstatement in What's New in 2.7 versions: Python 2.7 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue9166> _______________________________________
Georg Brandl <georg@python.org> added the comment: Thanks, fixed in r82587. ---------- nosy: +georg.brandl resolution: -> fixed status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue9166> _______________________________________
participants (2)
-
Daniel Stutzbach -
Georg Brandl