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 jaraco
Recipients RonnyPfannschmidt, alexis, eric.araujo, jaraco, jens, lars.gustaebel, mikehoy, mu_mind, tarek, vstinner
Date 2011-12-26.16:03:00
SpamBayes Score 3.6724788e-07
Marked as misclassified No
Message-id <1324915381.13.0.021911248491.issue11638@psf.upfronthosting.co.za>
In-reply-to
Content
I've captured the cause of the UnicodeEncodeErrors as #13664.

After rebasing the changes to include the fix for #13639, I found that the tests were still failing until I also reverted the patch to call tarfile.open with 'w:gz'. Now all the new tests pass (with no other changes to the code).

This latest patch only contains tests to capture the errors encountered. I plan to push this changeset and also port the test changes the default (Python 3.3) branch.
History
Date User Action Args
2011-12-26 16:03:01jaracosetrecipients: + jaraco, lars.gustaebel, vstinner, tarek, eric.araujo, RonnyPfannschmidt, alexis, mu_mind, mikehoy, jens
2011-12-26 16:03:01jaracosetmessageid: <1324915381.13.0.021911248491.issue11638@psf.upfronthosting.co.za>
2011-12-26 16:03:00jaracolinkissue11638 messages
2011-12-26 16:03:00jaracocreate