]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
whatsnew for gc.get_stats, plus doc tweaks.
authorR David Murray <rdmurray@bitdance.com>
Thu, 26 Dec 2013 20:11:28 +0000 (15:11 -0500)
committerR David Murray <rdmurray@bitdance.com>
Thu, 26 Dec 2013 20:11:28 +0000 (15:11 -0500)
commit0e814634e5b279b3d8eb4987dc5039a0e8ec270e
tree60d775b28507b4d0ea3b48f9c5b7586b2022219f
parente190fac5f957c6da69fa7401a290291e89904879
whatsnew for gc.get_stats, plus doc tweaks.

Clarified the "At the moment" wording, and added the get_stats entry in the
module summary that Serhiy noted was missing at the end of issue 16351.

Given that pydoc lists all the function docstrings, I'm not sure that module
summary section is actually needed; but, it is probably better to address that
when the module is converted to use Argument Clinic.  In the meantime we
should keep the list complete.
Doc/library/gc.rst
Doc/whatsnew/3.4.rst
Modules/gcmodule.c