mirror of
https://github.com/python/cpython.git
synced 2025-08-29 05:05:03 +00:00
New modules mimetools and rfc822.
Minor, minor changes to commands.py and sndhdr.py.
This commit is contained in:
parent
eb23155a8e
commit
01ca336ed1
3 changed files with 325 additions and 1 deletions
|
@ -49,7 +49,7 @@ def mkarg(x):
|
|||
return ' \'' + x + '\''
|
||||
s = ' "'
|
||||
for c in x:
|
||||
if c in '\\$"':
|
||||
if c in '\\$"`':
|
||||
s = s + '\\'
|
||||
s = s + c
|
||||
s = s + '"'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue