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 brett.cannon
Recipients brett.cannon
Date 2016-05-12.19:16:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463080606.17.0.881585678376.issue27012@psf.upfronthosting.co.za>
In-reply-to
Content
It's always bugged me that the posix module changes its name based on what OS you're running under. I think it would be better to name the module _os as that it's consistent. We can alias the name to posix/nt for backwards compatibility (and even do this in importlib since it uses the module, so no worries of missing the aliasing). It also helps reinforce the note at the top of the posix module that it shouldn't be imported directly.
History
Date User Action Args
2016-05-12 19:16:46brett.cannonsetrecipients: + brett.cannon
2016-05-12 19:16:46brett.cannonsetmessageid: <1463080606.17.0.881585678376.issue27012@psf.upfronthosting.co.za>
2016-05-12 19:16:46brett.cannonlinkissue27012 messages
2016-05-12 19:16:46brett.cannoncreate