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 ajaksu2
Recipients ajaksu2, alexandre.vassalotti, hagen
Date 2008-08-28.17:51:41
SpamBayes Score 1.2419274e-05
Marked as misclassified No
Message-id <1219945980.32.4.53591498273e-05.issue3675@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, there's a mapping of 2.6:3.0 modules in lib2to3:

from lib2to3.fixes.fix_imports import MAPPING

The attached patch uses that for a quick and dirty way of loading 3.0
pickles in 2.6.
History
Date User Action Args
2008-08-28 17:53:00ajaksu2setrecipients: + ajaksu2, alexandre.vassalotti, hagen
2008-08-28 17:53:00ajaksu2setmessageid: <1219945980.32.4.53591498273e-05.issue3675@psf.upfronthosting.co.za>
2008-08-28 17:51:42ajaksu2linkissue3675 messages
2008-08-28 17:51:42ajaksu2create