Serhiy Storchaka added the comment: > In 3.x we removed that check. But I wonder if that was wise :) (We did it > for technical reasons when adding other features to regrtest).
Actually the checks left, but there was no check for warning message. Now they are added. > Some new (I assume) ResourceWarnings from test_wave: Thank you Greg for this report. Yes, these warnings are new. The tests only existed for the aifc module (which always closes externally opened file), and when I extended it to other modules I forgot close externally opened files. Hope it now fixed. ---------- stage: patch review -> committed/rejected _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue18919> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com