python-dev
[Prev] Thread [Next] | [Prev] Date [Next]
Re: [Python-Dev] ndPython: I NEED TO TALK WITH ONE OF THE PYTHON CORE DEVELOPERS Terry Reedy Wed Jun 24 10:00:27 2009
SUBJECT LINES IN ALL CAPS CREATE NEGATIVE IMPRESSION Filippo Battaglia wrote: [snip questions I cannot answer]Question about existing, older Python versions should be directed to python-list, at least for a first try. Stackless Python is not produced by PSF core developers. It has third-party alterations to the core that might affect the answers to your question.
http://www.psp-ita.com/forum/viewtopic.php?t=28323&start=20
You should mention that the above is Italian, not English. There once was, and maybe still is, a python discussion list in Italian.
from ndpsp import * x = time.clock () for i in range(1000): pass print >> clock, "1.", time.clock()-t
When you post code, cut and paste the actual code that you ran. The above code will not run. Line-endings are missing. t is not defined. Perhaps you meant 't = time.clock()'.
Good luck with your project. Terry Jan Reedy _______________________________________________ Python-Dev mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/alexiscircle%40gmail.com
- [Python-Dev] ndPython: I NEED TO TALK WITH ONE OF THE PYTHON CORE DEVELOPERS Filippo Battaglia
- Re: [Python-Dev] ndPython: I NEED TO TALK WITH ONE OF THE PYTHON CORE DEVELOPERS Terry Reedy <=
- Re: [Python-Dev] ndPython Antoine Pitrou
- Re: [Python-Dev] ndPython: I NEED TO TALK WITH ONE OF THE PYTHON CORE DEVELOPERS Martin v. Löwis