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 benjamin.peterson, eng793, ezio.melotti, pitrou, serhiy.storchaka
Date 2013-01-07.19:46:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357587989.29.0.647097863961.issue15845@psf.upfronthosting.co.za>
In-reply-to
Content
> This will raise an error if curdir is a non-ascii str, so, unless the same error was already raised later in the code, this is backward incompatible.

On all supported platforms curdir is a ascii str (':' on Mac Classic, '.' on all other). The same idiom used in glob module.
History
Date User Action Args
2013-01-07 19:46:29serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, benjamin.peterson, ezio.melotti, eng793
2013-01-07 19:46:29serhiy.storchakasetmessageid: <1357587989.29.0.647097863961.issue15845@psf.upfronthosting.co.za>
2013-01-07 19:46:29serhiy.storchakalinkissue15845 messages
2013-01-07 19:46:29serhiy.storchakacreate