]> granicus.if.org Git - python/commit
Eliminate use of string.whitespace and a string import with it.
authorEric S. Raymond <esr@thyrsus.com>
Fri, 9 Feb 2001 12:10:26 +0000 (12:10 +0000)
committerEric S. Raymond <esr@thyrsus.com>
Fri, 9 Feb 2001 12:10:26 +0000 (12:10 +0000)
commit7e642e82d3429d9b4f583ba0e81a27e5ea02d5ca
tree33896b6308124d254ac3e390ae14e7d51843480d
parent83ff7498272c5f3acbda9b3cad0e2044ab7547c2
Eliminate use of string.whitespace and a string import with it.
Some of the characters (form feed, vertical tab) are not
legal continuation characters anyway, so this was wrong as
well as annoying.
Lib/CGIHTTPServer.py