[issue6440] 2to3: convert deprecated string.maketrans to str.maketrans

Raymond Hettinger report at bugs.python.org
Thu Jul 9 01:30:59 CEST 2009


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

It's the users wants not yours that matter.  If someone already has 3.0
in production and is maintaining code in both 2.6 and 3.0, then this
change will break their build.

Also, it is not a necessary change.  We already have a warning in-place
to alert anyone who is interested and the removal of the feature doesn't
take place until 3.2.  

It is feature creep to start retargeting the 2-to-3 tool.  This is just
a normal difference between minor versions and is outside the scope of
that tool.

----------
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6440>
_______________________________________


More information about the Python-bugs-list mailing list