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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, saturn_mimas
Date 2008-07-22.15:52:31
SpamBayes Score 0.0011422848
Marked as misclassified No
Message-id <1216741953.51.0.609453348596.issue3426@psf.upfronthosting.co.za>
In-reply-to
Content
Well, os.path.supports_unicode_filenames is False on posix platforms.
So os.path.abspath is not supposed to work with unicode values.

I was about to close the issue, but python 3.0 also defines
supports_unicode_filenames to False! In addition, os.getcwd() fails when
the current dir has non-ascii characters. Should we drop its
implementation, and use os.getcwdu instead?
History
Date User Action Args
2008-07-22 15:52:34amaury.forgeotdarcsetspambayes_score: 0.00114228 -> 0.0011422848
recipients: + amaury.forgeotdarc, saturn_mimas
2008-07-22 15:52:33amaury.forgeotdarcsetspambayes_score: 0.00114228 -> 0.00114228
messageid: <1216741953.51.0.609453348596.issue3426@psf.upfronthosting.co.za>
2008-07-22 15:52:32amaury.forgeotdarclinkissue3426 messages
2008-07-22 15:52:31amaury.forgeotdarccreate