[issue4450] 2to3 run changed multiprocessing.Queue() to multiprocessing.queue()

Benjamin Peterson report at bugs.python.org
Fri Nov 28 23:02:00 CET 2008


Benjamin Peterson <musiccomposition at gmail.com> added the comment:

Fixed in r67426.

One result of this fix is that attribute usage of modules is not
replaced. (ie. getattr(somemodule, "attr") isn't changed.) This is
probably isn't a problem, though.

----------
resolution:  -> fixed
status: open -> closed

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


More information about the Python-bugs-list mailing list