[issue23189] Set docstrings to empty string when optimizing with -OO.

Raymond Hettinger report at bugs.python.org
Fri Jan 9 09:36:27 CET 2015


Raymond Hettinger added the comment:

It seems to me that the problem here lies with the packages that use __doc__+="sometext" rather than with -OO which is doing exactly what it is supposed to.

----------
nosy: +rhettinger

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23189>
_______________________________________


More information about the Python-bugs-list mailing list