diff options
author | Georg Brandl <georg@python.org> | 2010-04-24 09:08:10 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-04-24 09:08:10 (GMT) |
commit | 4341e54de857aa0d5b169fd0277e45f6a52c039b (patch) | |
tree | 11349cb9d6cc6394fdfa1ffd38bcf89c214fa1fc /Misc | |
parent | f8bff488bd27110523b70c83a0ac8d8f0ebcf62e (diff) | |
download | cpython-4341e54de857aa0d5b169fd0277e45f6a52c039b.zip cpython-4341e54de857aa0d5b169fd0277e45f6a52c039b.tar.gz cpython-4341e54de857aa0d5b169fd0277e45f6a52c039b.tar.bz2 |
#7507: quote "!" in pipes.quote(); it is a special character for some shells.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -25,6 +25,8 @@ Core and Builtins Library ------- +- Issue #7507: Quote "!" in pipes.quote(); it is special to some shells. + - Issue #5238: Calling makefile() on an SSL object would prevent the underlying socket from being closed until all objects get truely destroyed. |