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 loewis, serhiy.storchaka
Date 2014-06-24.07:15:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403594110.07.0.0949253630199.issue21840@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch fixes os.path implementations and their's tests for Python built with --disable-unicode configure option.

It also fixes a bug in posixpath which affects unicode build too.
History
Date User Action Args
2014-06-24 07:15:10serhiy.storchakasetrecipients: + serhiy.storchaka, loewis
2014-06-24 07:15:10serhiy.storchakasetmessageid: <1403594110.07.0.0949253630199.issue21840@psf.upfronthosting.co.za>
2014-06-24 07:15:10serhiy.storchakalinkissue21840 messages
2014-06-24 07:15:09serhiy.storchakacreate