Author: georg.brandl Date: Tue Sep 1 10:12:13 2009 New Revision: 74623 Log: Remove old news entry that got merged. Modified: python/branches/py3k/Misc/NEWS Modified: python/branches/py3k/Misc/NEWS ============================================================================== --- python/branches/py3k/Misc/NEWS (original) +++ python/branches/py3k/Misc/NEWS Tue Sep 1 10:12:13 2009 @@ -1549,9 +1549,6 @@ - Issue #4204: Fixed module build errors on FreeBSD 4. -- Issue #6801 : symmetric_difference_update also accepts |. - Thanks to Carl Chenet. - C-API -----