Changes by Aahz :
--
nosy: -Aahz, aahz
___
Python tracker
<http://bugs.python.org/issue10044>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
Aahz added the comment:
Wasn't me! And I've spent too little time on python-dev lately to
remember stuff like this. :-(
--
nosy: +Aahz
___
Python tracker
<http://bugs.python.
New submission from Aahz :
http://docs.python.org/dev/tutorial/classes.html
Chapter 9 of the Tutorial contains this intro paragraph:
Python's class mechanism adds classes to the language with a minimum
of new syntax and semantics. It is a mixture of the class mechanisms
found
New submission from Aahz :
On OSX 10.6/Snow Leopard, using platform.mac_ver() in a subprocess
created with fork() but not calling exec() will cause a crash with
USING_FORK_WITHOUT_EXEC_IS_NOT_SUPPORTED_BY_FILE_MANAGER
You may need to be also running in GUI mode.
Ronald Oussouren says that you