Merged revisions 74578 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r74578 | tarek.ziade | 2009-08-29 15:33:21 +0200 (Sat, 29 Aug 2009) | 1 line
fixed #6801: symmetric_difference_update also accepts pipe
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 7bf34a5..c2eea0f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -192,6 +192,9 @@
- Issue #6556: Fixed the Distutils configuration files location explanation
for Windows.
+- Issue #6801 : symmetric_difference_update also accepts |.
+ Thanks to Carl Chenet.
+
Tests
-----