This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Incorrect documented parameter for gc.collect
Type: Stage: resolved
Components: Documentation Versions: Python 3.7, Python 3.6, Python 3.3, Python 3.4, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, python-dev, vierja
Priority: normal Keywords: patch

Created on 2016-10-24 23:58 by vierja, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
gc_collect_doc_fix.patch vierja, 2016-10-24 23:58 review
Messages (1)
msg279356 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-10-25 06:00
New changeset 05b5e1aaedc5 by Benjamin Peterson in branch '3.5':
fix name of keyword parameter to gc.collect() (closes #28525)
https://hg.python.org/cpython/rev/05b5e1aaedc5

New changeset f9a04afaeece by Benjamin Peterson in branch '3.6':
merge 3.5 (#28525)
https://hg.python.org/cpython/rev/f9a04afaeece

New changeset ffaf02ec9d8b by Benjamin Peterson in branch 'default':
merge 3.6 (#28525)
https://hg.python.org/cpython/rev/ffaf02ec9d8b
History
Date User Action Args
2022-04-11 14:58:38adminsetgithub: 72711
2016-10-25 06:00:39python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg279356

resolution: fixed
stage: resolved
2016-10-24 23:58:54vierjacreate