commit | 4341e54de857aa0d5b169fd0277e45f6a52c039b | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Apr 24 09:08:10 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Apr 24 09:08:10 2010 +0000 |
tree | 11349cb9d6cc6394fdfa1ffd38bcf89c214fa1fc | |
parent | f8bff488bd27110523b70c83a0ac8d8f0ebcf62e [diff] [blame] |
#7507: quote "!" in pipes.quote(); it is a special character for some shells.
diff --git a/Misc/NEWS b/Misc/NEWS index 580f9bf..747c0c2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -25,6 +25,8 @@ 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.