summaryrefslogtreecommitdiff
path: root/sys/src/cmd/python/Demo/classes/README
diff options
context:
space:
mode:
Diffstat (limited to 'sys/src/cmd/python/Demo/classes/README')
-rw-r--r--sys/src/cmd/python/Demo/classes/README13
1 files changed, 0 insertions, 13 deletions
diff --git a/sys/src/cmd/python/Demo/classes/README b/sys/src/cmd/python/Demo/classes/README
deleted file mode 100644
index 1d41f6af3..000000000
--- a/sys/src/cmd/python/Demo/classes/README
+++ /dev/null
@@ -1,13 +0,0 @@
-Examples of classes that implement special operators (see reference manual):
-
-Complex.py Complex numbers
-Dates.py Date manipulation package by Tim Peters
-Dbm.py Wrapper around built-in dbm, supporting arbitrary values
-Range.py Example of a generator: re-implement built-in range()
-Rat.py Rational numbers
-Rev.py Yield the reverse of a sequence
-Vec.py A simple vector class
-bitvec.py A bit-vector class by Jan-Hein B\"uhrman
-
-(For straightforward examples of basic class features, such as use of
-methods and inheritance, see the library code.)