Whitespace normalization.

This commit is contained in:
Tim Peters 2006-08-15 00:25:04 +00:00
parent 9dc7b7ce82
commit c02c1c8a12
2 changed files with 3 additions and 3 deletions

View file

@ -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,