commit | 6e5222d5f87b5e34a1d039f86e5e71d89419cdc1 | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Tue Aug 16 19:13:58 2011 +0200 |
committer | Éric Araujo <merwok@netwok.org> | Tue Aug 16 19:13:58 2011 +0200 |
tree | 410fb8385c2c731ff058f621f59b498468cc4dd5 | |
parent | 67321cc9b086a62251beeca08f8146c6ceb1a2d4 [diff] | |
parent | 65d81f4f988481c827981dde629d67808223731c [diff] |
Branch merge
diff --git a/Lib/shlex.py b/Lib/shlex.py index 92c49c3..69f3b45 100644 --- a/Lib/shlex.py +++ b/Lib/shlex.py
@@ -276,7 +276,7 @@ return list(lex) -_find_unsafe = re.compile(r'[^\w@%\-\+=:,\./]', re.ASCII).search +_find_unsafe = re.compile(r'[^\w@%+=:,./-]', re.ASCII).search def quote(s): """Return a shell-escaped version of the string *s*."""