R. David Murray added the comment:

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?

----------
nosy: +r.david.murray

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27012>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to