Message6540

Author hyao
Recipients hyao, smeatonj
Date 2011-06-03.13:12:01
SpamBayes Score 4.889941e-06
Marked as misclassified No
Message-id <1307106722.01.0.762502763245.issue1730@psf.upfronthosting.co.za>
In-reply-to
Content
confirmed about readonly __doc__ attribute after applying functools.partial in jython 2.5.2.

And in you python 2.7 session, it doesn't show __doc__ is readonly; from your code snippet, it seems to be ok.

I tested on both python 2.6.5 and python 3.1.2, the above mentioned __doc__ attribute is not readonly.

hope it clarifies things a bit,
History
Date User Action Args
2011-06-03 13:12:02hyaosetmessageid: <1307106722.01.0.762502763245.issue1730@psf.upfronthosting.co.za>
2011-06-03 13:12:02hyaosetrecipients: + hyao, smeatonj
2011-06-03 13:12:01hyaolinkissue1730 messages
2011-06-03 13:12:01hyaocreate