diff options
author | Guido van Rossum <guido@python.org> | 1993-10-27 09:29:01 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1993-10-27 09:29:01 (GMT) |
commit | ed49c5e3f83accbe0b5a7e320bc8e16900210d86 (patch) | |
tree | 19c99e60436038e383d5730cc8313fa38411c3b1 /Demo/classes | |
parent | f1bbf9c308885648c2ecce611e975d21f220edf3 (diff) | |
download | cpython-ed49c5e3f83accbe0b5a7e320bc8e16900210d86.zip cpython-ed49c5e3f83accbe0b5a7e320bc8e16900210d86.tar.gz cpython-ed49c5e3f83accbe0b5a7e320bc8e16900210d86.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'Demo/classes')
-rw-r--r-- | Demo/classes/README | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ 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 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 |