diff options
author | Georg Brandl <georg@python.org> | 2009-05-05 09:29:50 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-05-05 09:29:50 (GMT) |
commit | 705d9d5c41578e2b8755b4333f8c93d04554c5aa (patch) | |
tree | 17665157f8b4705a0af74a4c4902402a3ebd283f /Doc/library/gc.rst | |
parent | b0f79c8da1db0d7aa44e3465f98508b89532f677 (diff) | |
download | cpython-705d9d5c41578e2b8755b4333f8c93d04554c5aa.zip cpython-705d9d5c41578e2b8755b4333f8c93d04554c5aa.tar.gz cpython-705d9d5c41578e2b8755b4333f8c93d04554c5aa.tar.bz2 |
2.7 -> 3.1 versionchanges.
Diffstat (limited to 'Doc/library/gc.rst')
-rw-r--r-- | Doc/library/gc.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/gc.rst b/Doc/library/gc.rst index 6929a3d..9092145 100644 --- a/Doc/library/gc.rst +++ b/Doc/library/gc.rst @@ -151,7 +151,7 @@ The :mod:`gc` module provides the following functions: >>> gc.is_tracked({"a": []}) True - .. versionadded:: 2.7 + .. versionadded:: 3.1 The following variable is provided for read-only access (you can mutate its |