[issue9166] minor misstatement in What's New in 2.7

2010-07-05 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r82587. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue9166] minor misstatement in What's New in 2.7

2010-07-05 Thread Daniel Stutzbach
New submission from Daniel Stutzbach : "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 -