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 posita
Recipients posita
Date 2017-03-09.01:53:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489024395.84.0.0289109953835.issue29760@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, the (offending) fix for #24259 was introduced (e.g., in 2.7) via 2.7.10. I've verified that 2.7.9 works as expected:

```
$ python -V
Python 2.7.9
$ python tarfail.py
opening /…/tarfail/test.tar.bz2
opening /…/tarfail/test.tar
.
----------------------------------------------------------------------
Ran 1 test in 0.010s

OK
```

So this should probably be considered a regression.
History
Date User Action Args
2017-03-09 01:53:15positasetrecipients: + posita
2017-03-09 01:53:15positasetmessageid: <1489024395.84.0.0289109953835.issue29760@psf.upfronthosting.co.za>
2017-03-09 01:53:15positalinkissue29760 messages
2017-03-09 01:53:15positacreate