summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2009-01-02 20:32:55 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2009-01-02 20:32:55 (GMT)
commit5344c99734af01d11c2eca19f308640c5035dd9a (patch)
treed6a4ad0f29827c543dd2c4967f289ff3b6412def /Misc/NEWS
parentfc29f27c162a236d2d879ab3fb803110628a0ccf (diff)
downloadcpython-5344c99734af01d11c2eca19f308640c5035dd9a.zip
cpython-5344c99734af01d11c2eca19f308640c5035dd9a.tar.gz
cpython-5344c99734af01d11c2eca19f308640c5035dd9a.tar.bz2
Issue #4075: Use OutputDebugStringW in Py_FatalError.
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 af502b6..6fed1bc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.7 alpha 1
Core and Builtins
-----------------
+- Issue #4075: Use OutputDebugStringW in Py_FatalError.
+
- Issue #4797: IOError.filename was not set when _fileio.FileIO failed to open
file with `str' filename on Windows.