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 ZackerySpytz, brett.cannon, eric.smith, terry.reedy
Date 2019-07-09.07:46:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562658382.95.0.942634185922.issue37501@roundup.psfhosted.org>
In-reply-to
Content
Compiling without docstrings only affects compiled functions.  (Is this option unix only, for servers?)  This caused failures in 6 /test test functions.  Running with -00 only affects python functions.  It causes failure in 19 test function on Windows.  For IDLE, it causes many more failures than the configuration change. 

__doc__ == '' might have been less of a nuisance than == None, but too late to change that glocally now, although it can be a local solution.
History
Date User Action Args
2019-07-09 07:46:22terry.reedysetrecipients: + terry.reedy, brett.cannon, eric.smith, ZackerySpytz
2019-07-09 07:46:22terry.reedysetmessageid: <1562658382.95.0.942634185922.issue37501@roundup.psfhosted.org>
2019-07-09 07:46:22terry.reedylinkissue37501 messages
2019-07-09 07:46:22terry.reedycreate