R. David Murray <[email protected]> added the comment: It seems to me that all that patch does is re-enable the bug (in the extension class context) that the patch for this issue was a workaround for. I think perhaps the correct fix is to look at how the __doc__ attribute is found in the general case and see if it can be fixed there, allowing the removal of the workaround in property.
See for example this sub-thread on python-dev: http://www.mail-archive.com/[email protected]/msg42786.html ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue5890> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
