This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients brett.cannon, r.david.murray
Date 2016-05-12.20:04:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463083480.19.0.578660913712.issue27012@psf.upfronthosting.co.za>
In-reply-to
Content
I know you know this, but to be clear for other readers, the module naming happens at compile time, not runtime.

If you alias the module, it's __name__ will still be '_os', won't it?  Might that not have backward compatibility issues?  And if you also change that, then what's the point of not having it use an os specific name?
History
Date User Action Args
2016-05-12 20:04:40r.david.murraysetrecipients: + r.david.murray, brett.cannon
2016-05-12 20:04:40r.david.murraysetmessageid: <1463083480.19.0.578660913712.issue27012@psf.upfronthosting.co.za>
2016-05-12 20:04:40r.david.murraylinkissue27012 messages
2016-05-12 20:04:40r.david.murraycreate