Kent Johnson wrote:
> Don Taylor wrote:
> 
>>Finally, are there any other possible file extension types that I should 
>>be looking at?
> 
> 
> .pyo is like a .pyc but compiled with optimizations on.
> 
Hi Kent:

No, I really meant a .pyd file which is Python's name for a .dll which 
conforms to the Python requirements to be a Python extension written in 
C/C++.

But, I should check my .pyo files as well so thanks for this.

Don.

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to