From dc9b6b14aad8f2e801961adff952d33806816c46 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 29 Mar 1993 11:30:50 +0000 Subject: * Fix bug in tzparse.py for DST timezone * Added whatis command to pdb.py * new module GET.py (GL definitions from ) * rect.py: is_empty takes a rect as argument, not two points. * Added tests for builtin round() [XXX not yet complete!] --- Lib/string.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Lib/string.py') diff --git a/Lib/string.py b/Lib/string.py index aed3eafb54..e5dc1946bc 100644 --- a/Lib/string.py +++ b/Lib/string.py @@ -1,6 +1,8 @@ # module 'string' -- A collection of string operations -# XXX Some of these operations are incredibly slow and should be built in +# Warning: most of the code you see here isn't normally used nowadays. +# At the end of this file most functions are replaced by built-in +# functions imported from built-in module "strop". # Some strings for ctype-style character classification whitespace = ' \t\n' -- cgit v1.2.1