changeset: 101083:952c89a10be6 branch: 3.5 parent: 101080:e1c6f8895fd8 user: Victor Stinner date: Wed Apr 20 18:23:49 2016 +0200 files: Misc/NEWS description: Issue #26799: Fix typo in Misc/NEWS diff -r e1c6f8895fd8 -r 952c89a10be6 Misc/NEWS --- a/Misc/NEWS Wed Apr 20 18:07:21 2016 +0200 +++ b/Misc/NEWS Wed Apr 20 18:23:49 2016 +0200 @@ -467,8 +467,8 @@ 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.