[issue4909] incorrect renaming in imports

Benjamin Peterson report at bugs.python.org
Sat Jan 10 22:03:17 CET 2009


Benjamin Peterson <benjamin at python.org> added the comment:

Tricky. I only solution I can think of is replacing cStringIO with
_stringio or just refusing to replace StringIO usage once cStringIO has
been seen. The latter seems like the best solutions.

----------
nosy: +benjamin.peterson

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


More information about the Python-bugs-list mailing list