]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added Dates.py and Rev.py
authorGuido van Rossum <guido@python.org>
Sat, 30 Oct 1993 12:39:49 +0000 (12:39 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 30 Oct 1993 12:39:49 +0000 (12:39 +0000)
Demo/classes/README

index 4efd3160bf55be40a77649989e53490a28b0b993..f821f78818febf52320b44de4a79eaa551477cc0 100644 (file)
@@ -1,9 +1,11 @@
 Examples of classes that implement special operators (see class.doc):
 
 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