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 collinwinter
Recipients benjamin.peterson, collinwinter, nedds, pitrou
Date 2008-10-07.09:09:09
SpamBayes Score 1.5262373e-08
Marked as misclassified No
Message-id <1223370553.57.0.324674522357.issue3448@psf.upfronthosting.co.za>
In-reply-to
Content
Benjamin, what "complexity" did you encounter when trying to use lib2to3
in your own work? Unless there's a concrete use-case where the mere
existence of multiprocessing support (as opposed to actually enabling
that support) made a tangible project harder, I say we leave it in. I
can't imagine someone making the conscious choice to slow down their own
lib2to3-based refactoring tool by 2x; if those people appear later,
we'll deal with their concerns at that time.

Nick: if you don't have time to make this work in 2.6, I can do so. The
patch will also need doc fixes and tests, though the core functionality
is fine.
History
Date User Action Args
2008-10-07 09:09:14collinwintersetrecipients: + collinwinter, pitrou, benjamin.peterson, nedds
2008-10-07 09:09:13collinwintersetmessageid: <1223370553.57.0.324674522357.issue3448@psf.upfronthosting.co.za>
2008-10-07 09:09:12collinwinterlinkissue3448 messages
2008-10-07 09:09:10collinwintercreate