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 espdev
Recipients espdev, serhiy.storchaka
Date 2018-07-03.19:17:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530645469.05.0.56676864532.issue34035@psf.upfronthosting.co.za>
In-reply-to
Content
I think the line 1031 also contains the misprint and will raise NameError.

> self._decompressor = zipfile._get_decompressor(self._compress_type)

"zipfile." is not correct code in this place.
History
Date User Action Args
2018-07-03 19:17:49espdevsetrecipients: + espdev, serhiy.storchaka
2018-07-03 19:17:49espdevsetmessageid: <1530645469.05.0.56676864532.issue34035@psf.upfronthosting.co.za>
2018-07-03 19:17:49espdevlinkissue34035 messages
2018-07-03 19:17:49espdevcreate