summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2016-04-20 16:23:59 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2016-04-20 16:23:59 (GMT)
commitb4faa8ef9302429022ea16eafacf811b63153140 (patch)
treecc55702a8fa89f1905aaaabab553dfc2a04b68fd
parentc88390f02d00dec5993dbeed62cfb4d20058fed1 (diff)
parentd7a71224d802f238f0ea5650396d16a19953de58 (diff)
downloadcpython-b4faa8ef9302429022ea16eafacf811b63153140.zip
cpython-b4faa8ef9302429022ea16eafacf811b63153140.tar.gz
cpython-b4faa8ef9302429022ea16eafacf811b63153140.tar.bz2
Merge 3.5
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8bd9b4f..5d5f01b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1065,8 +1065,8 @@ Windows
Tools/Demos
-----------
-- Issue #26799: Fix python-gdb.py: don't get once C types when the Python code
- is loaded, but get C types on demande. The C types can change if
+- Issue #26799: Fix python-gdb.py: don't get C types once when the Python code
+ is loaded, but get C types on demand. The C types can change if
python-gdb.py is loaded before the Python executable. Patch written by Thomas
Ilsche.