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 rhettinger
Recipients alexandre.vassalotti, gvanrossum, hagen, mkiever, pitrou, rhettinger
Date 2009-06-09.18:16:40
SpamBayes Score 5.6623297e-09
Marked as misclassified No
Message-id <1244571401.94.0.686453046012.issue6137@psf.upfronthosting.co.za>
In-reply-to
Content
I vaguely remember you rejecting a proposal along these lines when Brett
was doing the library renaming.  

The patch (as applied) turns on the renaming automatically when used
with protocol 2 (i.e. all object names are stored with their 2.x names,
not their new names).   Hagen points out that 3.1 proto 2 pickles can't
be read by 3.0.  I would think that the back-translation should be
disabled by default or else we're going to live with the 2.x names for a
very long time.

I don't care much one way or the other.  Just thought you should see it
before it got released and set in stone.  It's not too late for a one
line change, setting the fix_imports default from True to False.

FWIW, the argument for leaving the default as True is the theory that
anyone using protocol 2 is likely doing so to exchange data with 2.x.
History
Date User Action Args
2009-06-09 18:16:42rhettingersetrecipients: + rhettinger, gvanrossum, pitrou, mkiever, alexandre.vassalotti, hagen
2009-06-09 18:16:41rhettingersetmessageid: <1244571401.94.0.686453046012.issue6137@psf.upfronthosting.co.za>
2009-06-09 18:16:40rhettingerlinkissue6137 messages
2009-06-09 18:16:40rhettingercreate