Message7927
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. |
|
Date |
User |
Action |
Args |
2013-03-08 20:17:12 | fwierzbicki | set | messageid: <1362773832.83.0.97633366061.issue1521@psf.upfronthosting.co.za> |
2013-03-08 20:17:12 | fwierzbicki | set | recipients:
+ fwierzbicki, amak, zyasoft, pjac, oberstet |
2013-03-08 20:17:12 | fwierzbicki | link | issue1521 messages |
2013-03-08 20:17:12 | fwierzbicki | create | |
|