summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 2 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a608db8..8e4dbcb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,9 +10,8 @@ What's New in Python 3.4.0 Alpha 1?
Core and Builtins
-----------------
-- Issue #17931: Fix PyLong_FromPid() on Windows 64-bit: processes are
- identified by their HANDLE which is a pointer (and not a long, which is
- smaller).
+- Issue #17931: Resolve confusion on Windows between pids and process
+ handles.
- Tweak the exception message when the magic number or size value in a bytecode
file is truncated.