commit | 16b2a5e0a928bb1d49598aa34bf1bb5db7071863 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Fri Jun 04 19:15:32 2010 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Fri Jun 04 19:15:32 2010 +0000 |
tree | 3ed2a9ebf737f61c5ea097695a59213c1514d099 | |
parent | 5aafc17405127b728c66b2e7e516c1c9c4d660cb [diff] [blame] |
Display installer warning that Windows 2000 won't be supported in future releases.
diff --git a/Misc/NEWS b/Misc/NEWS index 6540d9c..3a5a449 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -120,6 +120,9 @@ Build ----- +- Display installer warning that Windows 2000 won't be supported in future + releases. + - Issues #1759169, #8864: Drop _XOPEN_SOURCE on Solaris, define it for multiprocessing only.