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.

Author lars.gustaebel
Recipients brian.curtin, eric.araujo, ezio.melotti, jaime.buelta, lars.gustaebel, meador.inge, r.david.murray
Date 2010-02-28.09:02:14
SpamBayes Score 0.0011629297
Marked as misclassified No
Message-id <1267347737.55.0.640353484625.issue7232@psf.upfronthosting.co.za>
In-reply-to
Content
Another version of the patch (issue7232.6.diff) that checks if the TarFile object is still open in the __enter__() method (plus a test for that). I removed the docstrings as Eric suggested. This is common practice in the standard library.
History
Date User Action Args
2010-02-28 09:02:18lars.gustaebelsetrecipients: + lars.gustaebel, ezio.melotti, eric.araujo, r.david.murray, brian.curtin, meador.inge, jaime.buelta
2010-02-28 09:02:17lars.gustaebelsetmessageid: <1267347737.55.0.640353484625.issue7232@psf.upfronthosting.co.za>
2010-02-28 09:02:15lars.gustaebellinkissue7232 messages
2010-02-28 09:02:15lars.gustaebelcreate