Message11066

Author stefan.richthofer
Recipients stefan.richthofer
Date 2017-02-02.16:56:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486054592.13.0.913430932844.issue2546@psf.upfronthosting.co.za>
In-reply-to
Content
The described approach fails if an object has read-only __doc__ attribute.
E.g. for boolean fields. Anyway, adding __doc__ to the field-value isn't good if a value is shared between objects. Jython should better get the doc directly from the PyReflectedField-object if some_attribute.__doc__ is evaluated.

Any suggestions how to achieve this?
History
Date User Action Args
2017-02-02 16:56:32stefan.richthofersetmessageid: <1486054592.13.0.913430932844.issue2546@psf.upfronthosting.co.za>
2017-02-02 16:56:32stefan.richthofersetrecipients: + stefan.richthofer
2017-02-02 16:56:32stefan.richthoferlinkissue2546 messages
2017-02-02 16:56:31stefan.richthofercreate