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 vstinner
Recipients HWJ, amaury.forgeotdarc, benjamin.peterson, dlitz, gvanrossum, pitrou, vstinner, zegreek
Date 2008-09-27.14:50:29
SpamBayes Score 0.0012862487
Marked as misclassified No
Message-id <1222527030.64.0.263092685355.issue3187@psf.upfronthosting.co.za>
In-reply-to
Content
getcwd() fails with "NOT FOUNT" (not foun*d*?) if the current 
directory filename can't be converted to unicode (str type). Here is a 
patch to fallback to bytes if creation of the unicode failed.
History
Date User Action Args
2008-09-27 14:50:30vstinnersetrecipients: + vstinner, gvanrossum, amaury.forgeotdarc, pitrou, benjamin.peterson, HWJ, dlitz, zegreek
2008-09-27 14:50:30vstinnersetmessageid: <1222527030.64.0.263092685355.issue3187@psf.upfronthosting.co.za>
2008-09-27 14:50:29vstinnerlinkissue3187 messages
2008-09-27 14:50:29vstinnercreate