summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-08-29 13:33:21 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-08-29 13:33:21 (GMT)
commit3092ed977fa601c68469a61e7366eaa40c77bb7b (patch)
treeb5eb18afc71d4928b0a10593d594a1232645c07a /Misc
parent2fdd58ad18a046db9fc099f03bb26ab6b21c972b (diff)
downloadcpython-3092ed977fa601c68469a61e7366eaa40c77bb7b.zip
cpython-3092ed977fa601c68469a61e7366eaa40c77bb7b.tar.gz
cpython-3092ed977fa601c68469a61e7366eaa40c77bb7b.tar.bz2
fixed #6801: symmetric_difference_update also accepts pipe
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 49a0942..e9a929a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1229,6 +1229,9 @@ Documentation
- Issue #6556: Fixed the Distutils configuration files location explanation
for Windows.
+- Issue #6801 : symmetric_difference_update also accepts |.
+ Thanks to Carl Chenet.
+
C-API
-----