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 lemburg
Recipients alexandre.vassalotti, belopolsky, lemburg, pitrou
Date 2010-06-28.10:20:27
SpamBayes Score 2.7460792e-06
Marked as misclassified No
Message-id <4C287769.8030302@egenix.com>
In-reply-to <1277694005.17.0.988442483703.issue5180@psf.upfronthosting.co.za>
Content
Alexander Belopolsky wrote:
> 
> Alexander Belopolsky <belopolsky@users.sourceforge.net> added the comment:
> 
> I am attaching a patch which makes python3 read 27.bench without errors.  I think this should be applied while a complete solution for unpickling old style class instances from text mode (protocol = 0) pickles is found.

Please use a different strategy for "porting" the Unicode tests to
Python3:

Create a new test modules Bytes (which reuses the Strings
tests) and a new test module Strings3 which reuses the Unicode
tests. The Strings3 module should then use the patches you
applied to the Unicode module.

Finally, let the two test module Strings and Unicode fail with
an ImportError in Python3.
History
Date User Action Args
2010-06-28 10:20:29lemburgsetrecipients: + lemburg, belopolsky, pitrou, alexandre.vassalotti
2010-06-28 10:20:27lemburglinkissue5180 messages
2010-06-28 10:20:27lemburgcreate