summaryrefslogtreecommitdiffstats
path: root/Demo/metaclasses/Enum.py
Commit message (Collapse)AuthorAgeFilesLines
* remove old metaclass demosBenjamin Peterson2009-05-071-168/+0
|
* remove most uses of list(somedict.keys()) in Demo scriptsSkip Montanaro2007-08-061-2/+2
|
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵Collin Winter2007-07-171-23/+22
| | | | lingering print statements.
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-3/+3
| | | | From SF patch #852334.
* nannifiedGuido van Rossum1998-09-141-72/+72
|
* Arbitrary point checkpoint commit. Take no notice.Guido van Rossum1997-08-251-1/+5
|
* Examples of metaprogramming in pure Python.Guido van Rossum1997-08-231-0/+165