diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.4.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 5e22679..392af3b 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -678,8 +678,8 @@ Deprecated Python modules, functions and methods Deprecated functions and types of the C API ------------------------------------------- -* The ``PyThreadState.tick_counter`` field has been value: its value was meaningless - since Python 3.2 ("new GIL"). +* The ``PyThreadState.tick_counter`` field has been removed: its value was + meaningless since Python 3.2 ("new GIL"). Deprecated features |