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 r.david.murray
Recipients barry, ezio.melotti, r.david.murray, serhiy.storchaka
Date 2013-11-19.00:37:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384821421.75.0.901010247609.issue19626@psf.upfronthosting.co.za>
In-reply-to
Content
I can't get this to fail.  The code handles None docstrings correctly (_append_doc is not called if the __doc__ attribute is None).

The only way I can see this error arising would be if the _policybase.pyo file had docstrings stripped, but the policy.pyo file did not.  I consider that a bug in .pyo and -O/-OO handling, so I'd like to close this as "works for me".
History
Date User Action Args
2013-11-19 00:37:01r.david.murraysetrecipients: + r.david.murray, barry, ezio.melotti, serhiy.storchaka
2013-11-19 00:37:01r.david.murraysetmessageid: <1384821421.75.0.901010247609.issue19626@psf.upfronthosting.co.za>
2013-11-19 00:37:01r.david.murraylinkissue19626 messages
2013-11-19 00:37:01r.david.murraycreate