Marc-Andre Lemburg <m...@egenix.com> added the comment: Alexander Belopolsky wrote: > > Alexander Belopolsky <belopol...@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. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5180> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com