New submission from Brian Curtin <cur...@acm.org>: The attached patch cleans up the numerous ResourceWarning messages that distutils test runs generate. The changes basically just close all open files - some in the test suite, some in the library code. No context managers were used since distutils appears in PEP 291 as requiring 2.3 support.
---------- assignee: tarek components: Distutils, Library (Lib), Tests messages: 120196 nosy: brian.curtin, eric.araujo, tarek priority: normal severity: normal stage: patch review status: open title: Fix resource warnings in distutils type: resource usage versions: Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue10290> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com