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 moriyoshi
Recipients gsakkis, moriyoshi, r.david.murray
Date 2009-11-11.17:09:17
SpamBayes Score 0.0029718762
Marked as misclassified No
Message-id <1257959362.03.0.571776463226.issue5890@psf.upfronthosting.co.za>
In-reply-to
Content
A subclass of property doesn't always have writable __doc__, especially 
what is implemented in C.  This actually causes a problem with 
Boost.Python's StaticProperty.

References:
- http://mail.python.org/pipermail/cplusplus-sig/2009-August/014747.html
- http://lists.boost.org/Archives/boost/2009/10/157512.php
- https://bugs.launchpad.net/ubuntu/+source/boost1.38/+bug/457688
History
Date User Action Args
2009-11-11 17:09:22moriyoshisetrecipients: + moriyoshi, gsakkis, r.david.murray
2009-11-11 17:09:22moriyoshisetmessageid: <1257959362.03.0.571776463226.issue5890@psf.upfronthosting.co.za>
2009-11-11 17:09:18moriyoshilinkissue5890 messages
2009-11-11 17:09:17moriyoshicreate