summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2009-06-28 10:23:00 (GMT)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2009-06-28 10:23:00 (GMT)
commita3c560907972822a661b4fa933ac9637145c5048 (patch)
treead93893920eba4603c1d54dc86cec1a4c9a4aad7 /Misc/NEWS
parentecb4f953dd8fdfc17de759dcd3bf737debcb7284 (diff)
downloadcpython-a3c560907972822a661b4fa933ac9637145c5048.zip
cpython-a3c560907972822a661b4fa933ac9637145c5048.tar.gz
cpython-a3c560907972822a661b4fa933ac9637145c5048.tar.bz2
Issue #4856: Remove checks for win NT.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c942fad..5ab68bc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.7 alpha 1
Core and Builtins
-----------------
+- Issue #4856: Remove checks for win NT.
+
- Issue #2016: Fixed a crash in a corner case where the dictionary of keyword
arguments could be modified during the function call setup.