Message7927

Author fwierzbicki
Recipients amak, fwierzbicki, oberstet, pjac, zyasoft
Date 2013-03-08.20:17:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362773832.83.0.97633366061.issue1521@psf.upfronthosting.co.za>
In-reply-to
Content
Back when it was implemented, os.name being Java made sense as the original Jython was attempting to be OS unaware as Java had been doing at the time. Now that things have changed (we have a growing posix layer for example) it really doesn't make sense anymore, so I think it is now a bug. Unfortunately there is to much history here for changing in 2.x. I plan to make os.name properly point to the real underlying OS in 3.x.

For now we have os._name that points to the real OS. I think we will probably keep that as an alias in 3.x for backwards compatibility.
History
Date User Action Args
2013-03-08 20:17:12fwierzbickisetmessageid: <1362773832.83.0.97633366061.issue1521@psf.upfronthosting.co.za>
2013-03-08 20:17:12fwierzbickisetrecipients: + fwierzbicki, amak, zyasoft, pjac, oberstet
2013-03-08 20:17:12fwierzbickilinkissue1521 messages
2013-03-08 20:17:12fwierzbickicreate