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 stutzbach
Recipients docs@python, stutzbach
Date 2010-07-05.15:32:28
SpamBayes Score 0.06898091
Marked as misclassified No
Message-id <1278343951.02.0.221627534967.issue9166@psf.upfronthosting.co.za>
In-reply-to
Content
"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
History
Date User Action Args
2010-07-05 15:32:31stutzbachsetrecipients: + stutzbach, docs@python
2010-07-05 15:32:31stutzbachsetmessageid: <1278343951.02.0.221627534967.issue9166@psf.upfronthosting.co.za>
2010-07-05 15:32:29stutzbachlinkissue9166 messages
2010-07-05 15:32:28stutzbachcreate