commit | ed49c5e3f83accbe0b5a7e320bc8e16900210d86 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Oct 27 09:29:01 1993 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Oct 27 09:29:01 1993 +0000 |
tree | 19c99e60436038e383d5730cc8313fa38411c3b1 | |
parent | f1bbf9c308885648c2ecce611e975d21f220edf3 [diff] [blame] |
*** empty log message ***
diff --git a/Demo/classes/README b/Demo/classes/README index c10001f..4efd316 100644 --- a/Demo/classes/README +++ b/Demo/classes/README
@@ -5,6 +5,7 @@ Range.py Example of a generator: re-implement built-in range() Rat.py Rational numbers 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 -- especially the window