commit | 7befb9966e1435475a9d2e9d3cc3670564ce77aa | [log] [tgz] |
---|---|---|
author | Skip Montanaro <skip@pobox.com> | Tue Feb 10 16:50:21 2004 +0000 |
committer | Skip Montanaro <skip@pobox.com> | Tue Feb 10 16:50:21 2004 +0000 |
tree | 4e33029bfd72bb8eaa72f9fdd5c1712e5ecdb97b | |
parent | 05eb40128e305e07527d317e3964e8a1160d0961 [diff] [blame] |
remove support for missing ANSI C header files (limits.h, stddef.h, etc).
diff --git a/Misc/NEWS b/Misc/NEWS index 33ff152..45068ad 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -334,6 +334,9 @@ Build ----- +- Support for missing ANSI C header files (limits.h, stddef.h, etc) was + removed. + - Systems requiring the D4, D6 or D7 variants of pthreads are no longer supported (see PEP 11).