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 rhettinger
Recipients rhettinger, serhiy.storchaka, vstinner
Date 2014-02-13.20:05:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392321904.34.0.020448974476.issue20615@psf.upfronthosting.co.za>
In-reply-to
Content
Please, no more big red warnings.

Keep the docs factual and straight-forward.  In the docs for PyDict_GetItem(), note that errors will get suppressed.  To
get error reporting use PyDict_GetItemWithError() instead.
History
Date User Action Args
2014-02-13 20:05:04rhettingersetrecipients: + rhettinger, vstinner, serhiy.storchaka
2014-02-13 20:05:04rhettingersetmessageid: <1392321904.34.0.020448974476.issue20615@psf.upfronthosting.co.za>
2014-02-13 20:05:04rhettingerlinkissue20615 messages
2014-02-13 20:05:04rhettingercreate