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 meador.inge
Recipients brian.curtin, ezio.melotti, jaime.buelta, lars.gustaebel, meador.inge, r.david.murray
Date 2010-02-25.04:06:29
SpamBayes Score 0.004030155
Marked as misclassified No
Message-id <1267070793.52.0.305264152426.issue7232@psf.upfronthosting.co.za>
In-reply-to
Content
Built on Brian's patch by adding the following items:

   * Added a unit test case to cover exceptional conditions.
   * Added doc strings on __enter__ and __exit__ (more consistent
     with the surrounding code).
   * Spelling error in doc update: s/manaager/manager/.
   * Link doc update to context manager type documentation (just in
     case the tarfile user is unfamiliar with context manager types).
History
Date User Action Args
2010-02-25 04:06:33meador.ingesetrecipients: + meador.inge, lars.gustaebel, ezio.melotti, r.david.murray, brian.curtin, jaime.buelta
2010-02-25 04:06:33meador.ingesetmessageid: <1267070793.52.0.305264152426.issue7232@psf.upfronthosting.co.za>
2010-02-25 04:06:31meador.ingelinkissue7232 messages
2010-02-25 04:06:31meador.ingecreate