Christian Heimes
|
c756d00cf2
|
Replaced import of the 'new' module with 'types' module and added a deprecation warning to the 'new' module.
|
2007-11-27 21:34:01 +00:00 |
Guido van Rossum
|
75b64e65f1
|
Use decorators.
|
2005-01-16 00:16:11 +00:00 |
Tim Peters
|
e6ddc8b20b
|
Whitespace normalization. Ran reindent.py over the entire source tree.
|
2004-07-18 05:56:09 +00:00 |
Walter Dörwald
|
70a6b49821
|
Replace backticks with repr() or "%r"
From SF patch #852334.
|
2004-02-12 17:35:32 +00:00 |
Jeremy Hylton
|
98013be797
|
Get the meta class inheritance right.
|
2002-07-12 15:42:10 +00:00 |
Jeremy Hylton
|
1808fbc46d
|
move make_eiffel_method() out of base metaclass
|
2002-07-11 21:17:26 +00:00 |
Jeremy Hylton
|
a70c3bd2c8
|
Remove list prenpost. It's not used any longer.
|
2002-07-11 21:14:14 +00:00 |
Jeremy Hylton
|
c9329cae53
|
Add a call to a Sub() method that actually works.
|
2002-07-11 21:09:34 +00:00 |
Jeremy Hylton
|
a00331636b
|
Add Enum and Eiffel examples using new-style classes.
|
2002-07-11 21:08:06 +00:00 |