Message11641

Author stefan.richthofer
Recipients jeff.allen, stefan.richthofer, zyasoft
Date 2017-11-01.20:31:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509568272.17.0.213398074469.issue2638@psf.upfronthosting.co.za>
In-reply-to
Content
Jeff, unfortunately there is nothing like __req__ in Python AFAIK.
That's why PyString needs to be aware of PyShadowString. We could have something like __req__ internally, but I sticked to the most simplistic implementation possible so far. I did not touch __cmp__, because os.name and sys.platform are usually checked by equality for platform detection.

At least we'll get rid of this in Jython 3...
History
Date User Action Args
2017-11-01 20:31:12stefan.richthofersetmessageid: <1509568272.17.0.213398074469.issue2638@psf.upfronthosting.co.za>
2017-11-01 20:31:12stefan.richthofersetrecipients: + stefan.richthofer, zyasoft, jeff.allen
2017-11-01 20:31:12stefan.richthoferlinkissue2638 messages
2017-11-01 20:31:11stefan.richthofercreate