[Python-checkins] r77662 - python/branches/py3k-cdecimal/Lib/test/decimal_extended_tests/README.txt

stefan.krah python-checkins at python.org
Thu Jan 21 18:00:08 CET 2010


Author: stefan.krah
Date: Thu Jan 21 18:00:08 2010
New Revision: 77662

Log:
Update README.

Modified:
   python/branches/py3k-cdecimal/Lib/test/decimal_extended_tests/README.txt

Modified: python/branches/py3k-cdecimal/Lib/test/decimal_extended_tests/README.txt
==============================================================================
--- python/branches/py3k-cdecimal/Lib/test/decimal_extended_tests/README.txt	(original)
+++ python/branches/py3k-cdecimal/Lib/test/decimal_extended_tests/README.txt	Thu Jan 21 18:00:08 2010
@@ -3,8 +3,8 @@
 Tests against decimal.py:
 
 
-../../../python deccheck.py
-../../../python ctx-deccheck.py
+../../../python deccheck.py [--short|--medium|--long|--all]
+../../../python ctx-deccheck.py [--short|--medium|--long|--all]
 
 
 You should not see errors apart from an occasional "Cannot convert byte to string",


More information about the Python-checkins mailing list