From 3df0e26d7eb70cd58778c9a286f5c1a70731c638 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Wed, 23 Nov 2011 10:19:18 +1100 Subject: [PATCH] tests moved --- parse.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/parse.py b/parse.py index a4c94bf..3faf77b 100644 --- a/parse.py +++ b/parse.py @@ -177,9 +177,6 @@ currently result in a resource allocation issue. A TooManyFields exception will be raised in this instance. The current limit is about 15. It is hoped that this limit will be removed one day. -See also the unit tests at the end of the module for some more -examples. Run the tests with "python -m parse". - .. _`Format String Syntax`: http://docs.python.org/library/string.html#format-string-syntax .. _`Format Specification Mini-Language`: http://docs.python.org/library/string.html#format-specification-mini-language