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 pitrou
Recipients belopolsky, ethan.furman, mark.dickinson, pitrou, serhiy.storchaka, skrah, terry.reedy
Date 2015-04-26.17:00:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430067653.89.0.965413550982.issue24053@psf.upfronthosting.co.za>
In-reply-to
Content
Those should be in the os module, not in sys. The os module is for interfaces to the operating system, while the sys module is for Python-specific stuff.

As for the point of adding them, I don't find them useful, but I won't oppose it either :-)
History
Date User Action Args
2015-04-26 17:00:53pitrousetrecipients: + pitrou, terry.reedy, mark.dickinson, belopolsky, skrah, ethan.furman, serhiy.storchaka
2015-04-26 17:00:53pitrousetmessageid: <1430067653.89.0.965413550982.issue24053@psf.upfronthosting.co.za>
2015-04-26 17:00:53pitroulinkissue24053 messages
2015-04-26 17:00:53pitroucreate