Hahaha!
On Thu, Apr 16, 2009 at 10:27 AM, Aahz wrote:
> http://news.yahoo.com/s/nm/20090415/od_nm/us_python_odd_1/print
> --
> Aahz (a...@pythoncraft.com) <*> http://www.pythoncraft.com/
>
> Why is this newsgroup different from all other newsgroups?
> --
> http://mail.python.org
There's a great article by Doug Hellmann on subprocess.
http://www.doughellmann.com/PyMOTW/subprocess/
On Sun, May 10, 2009 at 1:37 AM, Soumen banerjee wrote:
> Thanks!, i have found that alternately setting shell=True also works
> --
> http://mail.python.org/mailman/listinfo/python-list
>
--
ht
Are there issues with the python documentation servers?
http://docs.python.org/
The site has been really slow to respond all weekend.
--
http://mail.python.org/mailman/listinfo/python-list
On 09/02/2009 04:51 AM, Peter Otten wrote:
tleeuwenb...@gmail.com wrote:
I have a problem using multiprocessing in a simple way. I created a
file, testmp.py, with the following contents:
---
import multiprocessing as mp
p = mp.Pool(5)
def f(x):