Raymond Hettinger added the comment:

It's too late to change this API.  As Serhiy says, it risks breaking code that 
is currently running and correct.

Note the the __doc__ on functions is set to None when there is no docstring.  
For better or worse, returning None is common in the Python world.

----------
nosy: +rhettinger
resolution:  -> rejected
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29686>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to