]> granicus.if.org Git - python/commit
Duh. Instead of string.whitespace and string.digits, use isspace()
authorGuido van Rossum <guido@python.org>
Tue, 2 Jan 2001 20:36:32 +0000 (20:36 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 2 Jan 2001 20:36:32 +0000 (20:36 +0000)
commit352ca8cbcea5e7ff9f1673933a5039a7192e156d
treec067ffa7c3a5b4f923f7e14872263aa07f83ca4a
parent2cba0f641fcfb57cc9218099fadc33d7d3d3deae
Duh.  Instead of string.whitespace and string.digits, use isspace()
and isdigit() methods.
Lib/rfc822.py