From bfd02223f74773c3db270ef60230f11b3448e05e Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Fri, 9 Feb 2001 20:18:41 +0000 Subject: Nuke accurate but confusing and unhelpful comments about split vs splitfields. --- Lib/string.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Lib/string.py') diff --git a/Lib/string.py b/Lib/string.py index bdd9254966..913d980bae 100644 --- a/Lib/string.py +++ b/Lib/string.py @@ -100,7 +100,6 @@ def rstrip(s): # Split a string into a list of space/tab-separated words -# NB: split(s) is NOT the same as splitfields(s, ' ')! def split(s, sep=None, maxsplit=-1): """split(s [,sep [,maxsplit]]) -> list of strings -- cgit v1.2.1