We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced1f68 commit 1a07c30Copy full SHA for 1a07c30
roundup/cgi/client.py
@@ -1,4 +1,4 @@
1
-# $Id: client.py,v 1.133 2003-09-06 07:27:30 jlgijsbers Exp $
+# $Id: client.py,v 1.134 2003-09-06 09:45:30 jlgijsbers Exp $
2
3
__doc__ = """
4
WWW request handler (also used in the stand-alone server).
@@ -32,7 +32,7 @@ class NotModified(HTTPException):
32
SENDMAILDEBUG = os.environ.get('SENDMAILDEBUG', '')
33
34
# used by a couple of routines
35
-chars = string.letters+string.digits
+chars = string.ascii_letters+string.digits
36
37
# XXX actually _use_ FormError
38
class FormError(ValueError):
0 commit comments