Message11811

Author jeff.allen
Recipients jeff.allen, stefan.richthofer
Date 2018-03-16.22:39:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521239941.42.0.467229070634.issue2231@psf.upfronthosting.co.za>
In-reply-to
Content
This is not now reproduced in v2.7.2a1:

PS bugs> jython
Jython 2.7.2a1+ (default:d74f8c2cd56f, Feb 24 2018, 17:18:53)
[Java HotSpot(TM) 64-Bit Server VM (Oracle Corporation)] on java1.8.0_151
Type "help", "copyright", "credits" or "license" for more information.
>>> test0 = "test"
>>> print test0.__doc__
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
>>>

I will claim this as another beneficial side effect of recent work that rationalised PyType. Here, perhaps:
https://hg.python.org/jython/rev/55756721fa02#l8.677
History
Date User Action Args
2018-03-16 22:39:01jeff.allensetmessageid: <1521239941.42.0.467229070634.issue2231@psf.upfronthosting.co.za>
2018-03-16 22:39:01jeff.allensetrecipients: + jeff.allen, stefan.richthofer
2018-03-16 22:39:01jeff.allenlinkissue2231 messages
2018-03-16 22:39:00jeff.allencreate