Issue 12295: Fix ResourceWarning in turtledemo help window (original) (raw)

Issue12295

Created on 2011-06-09 15:42 by eric.araujo, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
fix-turtledemo-help-resourcewarning.diff eric.araujo,2011-06-09 15:42 review
Messages (2)
msg137993 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2011-06-09 15:42
I found a ResourceWarning while using turtledemo and made this patch to fix it. It touches idlelib.
msg141522 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-08-01 15:31
New changeset 63bd8f42b511 by Éric Araujo in branch '3.2': Fix resource warning when looking at turtledemo’s help (#12295) http://hg.python.org/cpython/rev/63bd8f42b511 New changeset 7af576e3cb0c by Éric Araujo in branch 'default': Merge #12295 fix from 3.2 http://hg.python.org/cpython/rev/7af576e3cb0c
History
Date User Action Args
2022-04-11 14:57:18 admin set github: 56504
2011-08-01 15:32:31 eric.araujo set status: open -> closedstage: patch review -> resolvedresolution: fixedversions: + Python 3.3
2011-08-01 15:31:48 python-dev set nosy: + python-devmessages: +
2011-06-09 15:42:28 eric.araujo create