summaryrefslogtreecommitdiffstats
path: root/Lib/Cookie.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-08-15 00:25:04 (GMT)
committerTim Peters <tim.peters@gmail.com>2006-08-15 00:25:04 (GMT)
commitc02c1c8a12af6f3648a76bf7d187e811bff5ade7 (patch)
treeff12726204e912a11530f4563b95483b5e57d171 /Lib/Cookie.py
parent9dc7b7ce82562c07fc7077124ef46ca15f5b9528 (diff)
downloadcpython-c02c1c8a12af6f3648a76bf7d187e811bff5ade7.zip
cpython-c02c1c8a12af6f3648a76bf7d187e811bff5ade7.tar.gz
cpython-c02c1c8a12af6f3648a76bf7d187e811bff5ade7.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/Cookie.py')
-rw-r--r--Lib/Cookie.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/Cookie.py b/Lib/Cookie.py
index 33bc4c0..e1eb734 100644
--- a/Lib/Cookie.py
+++ b/Lib/Cookie.py
@@ -304,7 +304,7 @@ _Translator = {
'\372' : '\\372', '\373' : '\\373', '\374' : '\\374',
'\375' : '\\375', '\376' : '\\376', '\377' : '\\377'
}
-
+
_idmap = ''.join(chr(x) for x in xrange(256))
def _quote(str, LegalChars=_LegalChars,