|
|
|
Bah! This has been available for years at http://zephyrfalcon.org/download/. :-D
I think I actually blogged about it as well, and/or posted about it in newsgroups... not sure, it's been a while.
Hans |
Homepage |
07/05/16 - 11:48 pm | #
|
|
Found it: http://zephyrfalcon.org/weblog/
a...2003_07_12.html
As you can see, Python 0.9.1 *did* support classes... it just didn't support the "class P: pass" syntax; rather, one would use "class P(): pass". There are more quirks... "=" is used for both assignment and equality, for example.
Hans |
Homepage |
07/05/16 - 11:56 pm | #
|
|
Note added. 
Fuzzyman |
Homepage |
07/05/17 - 12:55 am | #
|
|
Thanks man 
Hans |
Homepage |
07/05/17 - 2:15 am | #
|
|
|
Commenting by HaloScan
|