[Python-checkins] cpython: Close #19345: fix typo
victor.stinner
python-checkins at python.org
Wed Oct 23 18:54:54 CEST 2013
http://hg.python.org/cpython/rev/5e606f093d8f
changeset: 86584:5e606f093d8f
user: Victor Stinner <victor.stinner at gmail.com>
date: Wed Oct 23 18:54:43 2013 +0200
summary:
Close #19345: fix typo
files:
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
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -678,8 +678,8 @@
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
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list