Author ceder
Recipients ceder, georg.brandl
Date 2008-09-09.05:21:14
SpamBayes Score 0.00010911
Marked as misclassified No
Message-id <1220937677.05.0.675791850215.issue3810@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation at
http://docs.python.org/dev/3.0/library/os.html#os.chdir doesn't specify
if the path argument to os.chdir() should be a str or a bytes, or if
maybe both are acceptable.  This is true for most of the
file-manipulating functions in the os module.

os.listdir() talks about Unicode objects.  It should probably talk about
bytes and str instead.
History
Date User Action Args
2008-09-09 05:21:17cedersetrecipients: + ceder, georg.brandl
2008-09-09 05:21:17cedersetmessageid: <1220937677.05.0.675791850215.issue3810@psf.upfronthosting.co.za>
2008-09-09 05:21:15cederlinkissue3810 messages
2008-09-09 05:21:14cedercreate