[Python-Dev] ndPython: I NEED TO TALK WITH ONE OF THE PYTHON CORE DEVELOPERS

Terry Reedy tjreedy at udel.edu
Wed Jun 24 18:10:15 CEST 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



More information about the Python-Dev mailing list