summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 890b7f7..78aa5f9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -102,6 +102,9 @@ Tests
Build
-----
+- Python/memmove.c and Python/strerror.c have been removed; both functions are
+ in the C89 standard library.
+
- Patch #2284: Add -x64 option to rt.bat.
What's New in Python 2.6 alpha 1?