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
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to