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

Christian Heimes report at bugs.python.org
Fri Nov 28 12:28:21 CET 2008


New submission from Christian Heimes <lists at cheimes.de>:

I've fixed the multiprocessing examples in r67417. 2to3 altered
multiprocessing.Queue() to multiprocessing.queue().

----------
assignee: benjamin.peterson
components: 2to3 (2.x to 3.0 conversion tool)
messages: 76527
nosy: benjamin.peterson, christian.heimes
priority: high
severity: normal
stage: needs patch
status: open
title: 2to3 run changed multiprocessing.Queue() to multiprocessing.queue()
versions: Python 2.6

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


More information about the Python-bugs-list mailing list