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: Fix ResourceWarning in turtledemo help window
Type: Stage: resolved
Components: IDLE, Library (Lib) Versions: Python 3.2, Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: eric.araujo Nosy List: eric.araujo, python-dev
Priority: normal Keywords: needs review, patch

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:18adminsetgithub: 56504
2011-08-01 15:32:31eric.araujosetstatus: open -> closed
stage: patch review -> resolved
resolution: fixed
versions: + Python 3.3
2011-08-01 15:31:48python-devsetnosy: + python-dev
messages: + msg141522
2011-06-09 15:42:28eric.araujocreate