[Python-Dev] Addition of "pyprocessing" module to standard lib.

Georg Brandl g.brandl at gmx.net
Fri May 23 11:53:59 CEST 2008


Nick Coghlan schrieb:
> Alex Martelli wrote:
>> On Wed, May 21, 2008 at 1:53 PM, Raymond Hettinger <python at rcn.com> wrote:
>>> Putting this functionality in 2.6/3.0 would provide a really
>>> nice incentive to update from Py2.5.  It would be a sad
>>> lost opportunity if this module had to wait another couple years.
>> 
>> I feel essentially the same way: it WOULD be sad to waste this
>> excellent opportunity, so I second the suggestion to put pyprocessing
>> in the library right now.
> 
> Thirded (I think I'm contradicting what I posted earlier in the thread, 
> but I've had more of a chance to think about it and 18 months really is 
> quite a long time to wait for this functionality...)

This seems to be enough support to put an entry into PEP 361, which I've
just done.

Personally, I'd also find it useful to have such a thing in the stdlib,
since at the moment multiple processes are really the way to go for
parallelism in Python, and Python needs to stress this fact.

Georg

-- 
Thus spake the Lord: Thou shalt indent with four spaces. No more, no less.
Four shall be the number of spaces thou shalt indent, and the number of thy
indenting shall be four. Eight shalt thou not indent, nor either indent thou
two, excepting that thou then proceed to four. Tabs are right out.



More information about the Python-Dev mailing list