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 serhiy.storchaka
Recipients Chris.Gerhard, anacrolix, benjamin.peterson, christian.heimes, daniel.urban, georg.brandl, giampaolo.rodola, loewis, pitrou, rosslagerwall, serhiy.storchaka
Date 2012-03-10.22:24:19
SpamBayes Score 0.052024115
Marked as misclassified No
Message-id <1331418260.61.0.561849556793.issue4761@psf.upfronthosting.co.za>
In-reply-to
Content
Perhaps it is better not export these functions in the `os` module, leaving them in `posix`?

In addition, `stat` and `lstat` is not very thin wrappers (especially on Windows) given that they are working with `bytes` and with `str`.
History
Date User Action Args
2012-03-10 22:24:20serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, georg.brandl, pitrou, giampaolo.rodola, christian.heimes, benjamin.peterson, daniel.urban, anacrolix, Chris.Gerhard, rosslagerwall
2012-03-10 22:24:20serhiy.storchakasetmessageid: <1331418260.61.0.561849556793.issue4761@psf.upfronthosting.co.za>
2012-03-10 22:24:20serhiy.storchakalinkissue4761 messages
2012-03-10 22:24:20serhiy.storchakacreate