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 Ilya.Kulakov, pitrou, vstinner
Date 2015-07-18.07:43:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwZYYKY4dAUUjTdHrGMDG9_jehzUb3-8+dbUg-TyFN_FPw@mail.gmail.com>
In-reply-to <1437203600.52.0.819827971484.issue3616@psf.upfronthosting.co.za>
Content
Hi, the issue was fixed in Python 3. On Windows, you must use Unicode.
Otherwise, you can get errors like that. On other platforms, Unicode is now
also the best choice on Python 3.

See the second message for the superseder issue.
History
Date User Action Args
2015-07-18 07:43:06vstinnersetrecipients: + vstinner, pitrou, Ilya.Kulakov
2015-07-18 07:43:06vstinnerlinkissue3616 messages
2015-07-18 07:43:05vstinnercreate