summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-09-01 08:12:13 (GMT)
committerGeorg Brandl <georg@python.org>2009-09-01 08:12:13 (GMT)
commitd02c1028fc58d3ae27ac6b8b2193700f9a0957f3 (patch)
tree4e5c116682ca6e4c0dbf272dc4c21c3dc17a761b /Misc
parenta6053b4846e575ebf4be89d6b2c4a7335fee8ccb (diff)
downloadcpython-d02c1028fc58d3ae27ac6b8b2193700f9a0957f3.zip
cpython-d02c1028fc58d3ae27ac6b8b2193700f9a0957f3.tar.gz
cpython-d02c1028fc58d3ae27ac6b8b2193700f9a0957f3.tar.bz2
Remove old news entry that got merged.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8c13e37..bc7f5b0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1549,9 +1549,6 @@ Build
- Issue #4204: Fixed module build errors on FreeBSD 4.
-- Issue #6801 : symmetric_difference_update also accepts |.
- Thanks to Carl Chenet.
-
C-API
-----