summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-04-24 09:08:10 (GMT)
committerGeorg Brandl <georg@python.org>2010-04-24 09:08:10 (GMT)
commit4341e54de857aa0d5b169fd0277e45f6a52c039b (patch)
tree11349cb9d6cc6394fdfa1ffd38bcf89c214fa1fc /Misc
parentf8bff488bd27110523b70c83a0ac8d8f0ebcf62e (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 580f9bf..747c0c2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.