]> granicus.if.org Git - python/commit
#7507: quote "!" in pipes.quote(); it is a special character for some shells.
authorGeorg Brandl <georg@python.org>
Sat, 24 Apr 2010 09:08:10 +0000 (09:08 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 24 Apr 2010 09:08:10 +0000 (09:08 +0000)
commit4341e54de857aa0d5b169fd0277e45f6a52c039b
tree11349cb9d6cc6394fdfa1ffd38bcf89c214fa1fc
parentf8bff488bd27110523b70c83a0ac8d8f0ebcf62e
#7507: quote "!" in pipes.quote(); it is a special character for some shells.
Lib/pipes.py
Lib/test/test_pipes.py
Misc/NEWS