[issue10233] fix test_tarfile ResourceWarnings

2010-10-29 Thread Antoine Pitrou
Antoine Pitrou added the comment: Thanks for the review. I've committed a modified patch in r85955. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker

[issue10233] fix test_tarfile ResourceWarnings

2010-10-29 Thread Brett Cannon
Brett Cannon added the comment: Reviewed at http://codereview.appspot.com/2759042/ -- assignee: -> pitrou ___ Python tracker ___ ___

[issue10233] fix test_tarfile ResourceWarnings

2010-10-29 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +brett.cannon ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue10233] fix test_tarfile ResourceWarnings

2010-10-29 Thread Antoine Pitrou
New submission from Antoine Pitrou : This fixes all the warnings because of files not closed explicitly in test_tarfile. -- components: Library (Lib) files: tarfileclose.patch keywords: patch messages: 119909 nosy: lars.gustaebel, pitrou priority: normal severity: normal stage: patch re