diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-01-04 00:00:31 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-01-04 00:00:31 (GMT) |
commit | 23683ef26d19581a61594c76a45af014c1ff7b13 (patch) | |
tree | 2b3f875d4b8359616777772cb7f557d969963e9d /Misc | |
parent | cae969e70afd4e02d9543c3a18f089a1c66de982 (diff) | |
download | cpython-23683ef26d19581a61594c76a45af014c1ff7b13.zip cpython-23683ef26d19581a61594c76a45af014c1ff7b13.tar.gz cpython-23683ef26d19581a61594c76a45af014c1ff7b13.tar.bz2 |
Issue #10333: Remove ancient GC API, which has been deprecated since
Python 2.2.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -101,6 +101,12 @@ Library - Deprecated assertDictContainsSubset() in the unittest module. +C-API +----- + +- Issue #10333: Remove ancient GC API, which has been deprecated since + Python 2.2. + Build ----- |