summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2013-06-27 10:23:29 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2013-06-27 10:23:29 (GMT)
commitcd83fa8c3e8509418215c55b89e52160dc38e50d (patch)
treeb88feead5894d1cc57eba2d3ff4b6ce5d773386f /Misc
parentfe3ae3cdc78e92872930f288d5c52cafb20b052a (diff)
downloadcpython-cd83fa8c3e8509418215c55b89e52160dc38e50d.zip
cpython-cd83fa8c3e8509418215c55b89e52160dc38e50d.tar.gz
cpython-cd83fa8c3e8509418215c55b89e52160dc38e50d.tar.bz2
Issue #13483: Use VirtualAlloc in obmalloc on Windows.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bc825dc..dacbf1c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ What's New in Python 3.4.0 Alpha 1?
Core and Builtins
-----------------
+- Issue #13483: Use VirtualAlloc in obmalloc on Windows.
+
- Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise
OverflowError when an argument of %c format is out of range.