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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, barry, cjwatson, eric.araujo, lars.gustaebel, pitrou, python-dev, r.david.murray, terry.reedy
Date 2012-05-09.15:34:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336577691.62.0.678166563282.issue13815@psf.upfronthosting.co.za>
In-reply-to
Content
I came here when I saw this comment in the diff: "# Keep the traditional pre-3.3 API intact".  Why keep an internal API intact if we do it partially?

The ExFileObject class above will also simplify the code: simply "return self.fileobject(self, tarinfo)" in all cases.
History
Date User Action Args
2012-05-09 15:34:51amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, barry, terry.reedy, lars.gustaebel, pitrou, cjwatson, eric.araujo, r.david.murray, python-dev
2012-05-09 15:34:51amaury.forgeotdarcsetmessageid: <1336577691.62.0.678166563282.issue13815@psf.upfronthosting.co.za>
2012-05-09 15:34:51amaury.forgeotdarclinkissue13815 messages
2012-05-09 15:34:51amaury.forgeotdarccreate