[issue12295] Fix ResourceWarning in turtledemo help window

2011-08-01 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed versions: +Python 3.3 ___ Python tracker ___ __

[issue12295] Fix ResourceWarning in turtledemo help window

2011-08-01 Thread Roundup Robot
Roundup Robot added the comment: 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

[issue12295] Fix ResourceWarning in turtledemo help window

2011-06-09 Thread Éric Araujo
New submission from Éric Araujo : I found a ResourceWarning while using turtledemo and made this patch to fix it. It touches idlelib. -- assignee: eric.araujo components: IDLE, Library (Lib) files: fix-turtledemo-help-resourcewarning.diff keywords: needs review, patch messages: 137993