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 serhiy.storchaka
Recipients georg.brandl, lars.gustaebel, serhiy.storchaka
Date 2014-01-13.19:59:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389643184.53.0.894735644102.issue20243@psf.upfronthosting.co.za>
In-reply-to
Content
ReadError can be raised when open a tarfile in write mode (e.g. 'w:gz'). Here is a patch wish a test. In additional it rewrites the handling errors in gzopen() which is too complicated now. This complication is possible the cause of bugs #11513 and #20238.
History
Date User Action Args
2014-01-13 19:59:44serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, lars.gustaebel
2014-01-13 19:59:44serhiy.storchakasetmessageid: <1389643184.53.0.894735644102.issue20243@psf.upfronthosting.co.za>
2014-01-13 19:59:44serhiy.storchakalinkissue20243 messages
2014-01-13 19:59:44serhiy.storchakacreate