commit | aa5778d1b886f7a4e47855229c8b223b6b39e317 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Tue Mar 18 04:09:00 2008 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Tue Mar 18 04:09:00 2008 +0000 |
tree | 1a091419eea1f0060e3e46741b63cd24b9257c2d | |
parent | b7ec8e5a9e1e48aed6c217f505fa38b7461e0989 [diff] [blame] |
Remove our implementation of memmove() and strerror(); both are in the C89 standard library.
diff --git a/Misc/NEWS b/Misc/NEWS index 890b7f7..78aa5f9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -102,6 +102,9 @@ 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?