Message4055

Author zyasoft
Recipients naos, zyasoft
Date 2009-01-17.22:23:22
SpamBayes Score 2.9538109e-05
Marked as misclassified No
Message-id <1232231003.8.0.425476680281.issue1219@psf.upfronthosting.co.za>
In-reply-to
Content
os.getcwdu is easy to implement (avoid converting the path to a str in
its implementation in os.py), however, in order to use os.chdir to
navigate to a non ASCII path, we need to rework our path management
(functions like posixpath.realpath) so that they work with either
unicode or str.

This should be relatively isolated since file, etc., can work directly
with unicode paths.
History
Date User Action Args
2009-01-17 22:23:23zyasoftsetmessageid: <1232231003.8.0.425476680281.issue1219@psf.upfronthosting.co.za>
2009-01-17 22:23:23zyasoftsetrecipients: + zyasoft, naos
2009-01-17 22:23:23zyasoftlinkissue1219 messages
2009-01-17 22:23:23zyasoftcreate