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 benjamin.peterson, eric.araujo, ezio.melotti, meador.inge
Date 2011-10-27.15:44:52
SpamBayes Score 5.521351e-06
Marked as misclassified No
Message-id <1319730293.42.0.466781276795.issue13253@psf.upfronthosting.co.za>
In-reply-to
Content
I do (or at least did it in at least one place :).
I think the problem is actually more general, and I don't know if it's by design.
If a name in the import is changed, all the other occurrences of the name should be changed as well.  I don't know if 2to3 is powerful enough to recognize what occurrences should be left untouched (e.g. if I also have maxsize = 100 inside a function), and how difficult would it be to do it.
See also #13272.
History
Date User Action Args
2011-10-27 15:44:53ezio.melottisetrecipients: + ezio.melotti, benjamin.peterson, eric.araujo, meador.inge
2011-10-27 15:44:53ezio.melottisetmessageid: <1319730293.42.0.466781276795.issue13253@psf.upfronthosting.co.za>
2011-10-27 15:44:52ezio.melottilinkissue13253 messages
2011-10-27 15:44:52ezio.melotticreate