commit | 892a37aff15e85a02492955e9281127cf20afbaf | [log] [tgz] |
---|---|---|
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | Sun Jun 28 11:07:03 2009 +0000 |
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | Sun Jun 28 11:07:03 2009 +0000 |
tree | 08b60b5f0f3a092177d139be5e7174d6316caef1 | |
parent | 95c460187043204823d11dbe2d06dae823d024dd [diff] [blame] |
Merged revisions 73603 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r73603 | hirokazu.yamamoto | 2009-06-28 19:23:00 +0900 | 1 line Issue #4856: Remove checks for win NT. ........
diff --git a/Misc/NEWS b/Misc/NEWS index 2f5e7b9..b0742c6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and Builtins ----------------- +- Issue #4856: Remove checks for win NT. + Library -------