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 terry.reedy
Recipients serhiy.storchaka, skrah, terry.reedy
Date 2013-11-16.00:37:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384562237.63.0.418993407795.issue19535@psf.upfronthosting.co.za>
In-reply-to
Content
I presume a test could detect docstring stripping with

def f(): 'docstring'
if f.__doc__ is None: <skip test that expects them>

This would cover the test_functools case, but I don't know about the others.
History
Date User Action Args
2013-11-16 00:37:17terry.reedysetrecipients: + terry.reedy, skrah, serhiy.storchaka
2013-11-16 00:37:17terry.reedysetmessageid: <1384562237.63.0.418993407795.issue19535@psf.upfronthosting.co.za>
2013-11-16 00:37:17terry.reedylinkissue19535 messages
2013-11-16 00:37:17terry.reedycreate