mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #26799: Fix typo in Misc/NEWS
This commit is contained in:
parent
4e75ca87e3
commit
d7a71224d8
1 changed files with 2 additions and 2 deletions
|
@ -467,8 +467,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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue