[Python-checkins] r60718 - python/trunk/Demo/classes/README

mark.dickinson python-checkins at python.org
Sun Feb 10 20:23:36 CET 2008


Author: mark.dickinson
Date: Sun Feb 10 20:23:36 2008
New Revision: 60718

Modified:
   python/trunk/Demo/classes/README
Log:
Remove reference to Rational


Modified: python/trunk/Demo/classes/README
==============================================================================
--- python/trunk/Demo/classes/README	(original)
+++ python/trunk/Demo/classes/README	Sun Feb 10 20:23:36 2008
@@ -4,7 +4,6 @@
 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


More information about the Python-checkins mailing list