Re: Python Success stories

2008-04-22 Thread Jérémy Wagner
Sure. Python is more readable than Perl, though I have found Python to have a weird behavior regarding this little issue : How can you explain that Python doesn't support the ++ opeator, whereas at the same time it does support the += operator ??? No python developer I know has been able to

How to know if a module is thread-safe

2008-04-17 Thread Jérémy Wagner
Hi, I recently tried to use the subprocess module within a threading.Thread class, but it appears the module is not thread-safe. What is the policy of python regarding thread-safety of a module ? -- http://mail.python.org/mailman/listinfo/python-list