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 ezio.melotti
Recipients Retro, ezio.melotti, georg.brandl
Date 2009-11-19.16:24:00
SpamBayes Score 4.0492975e-07
Marked as misclassified No
Message-id <1258647842.54.0.266863204792.issue7351@psf.upfronthosting.co.za>
In-reply-to
Content
It might be doable for Python and its stdlib, but all the programs and
modules that are using the old name will start raising errors if they
don't find the old name anymore.
If the old name is deprecated for at least one Python version (e.g.
2.7/3.2), these programs can fix it and then, after a few versions (e.g.
3.3), the old name can finally be removed.
There is still the pickle issue, even if IMHO it's so unlikely that it
shouldn't be relevant.
History
Date User Action Args
2009-11-19 16:24:02ezio.melottisetrecipients: + ezio.melotti, georg.brandl, Retro
2009-11-19 16:24:02ezio.melottisetmessageid: <1258647842.54.0.266863204792.issue7351@psf.upfronthosting.co.za>
2009-11-19 16:24:01ezio.melottilinkissue7351 messages
2009-11-19 16:24:00ezio.melotticreate