[issue34035] Several AttributeError in zipfile seek() methods

2018-10-17 Thread Dariush Azimi
Dariush Azimi added the comment: Had the same issue with python 3.7 and went back to python 3.6. There are no issues with python 3.6.4 -- nosy: +Dariush Azimi ___ Python tracker

[issue34035] Several AttributeError in zipfile seek() methods

2018-07-31 Thread STINNER Victor
STINNER Victor added the comment: Note: the seek() method has been added by bpo-22908 (commit 066df4fd454d6ff9be66e80b2a65995b10af174f), and Python 3.6 is not affected. -- nosy: +vstinner ___ Python tracker ___

[issue34035] Several AttributeError in zipfile seek() methods

2018-07-29 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you for your report Evgeny and for your PR Mickaël! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 3.6 ___ Python tracker

[issue34035] Several AttributeError in zipfile seek() methods

2018-07-29 Thread miss-islington
miss-islington added the comment: New changeset ad4f64d58c020016bd438de0e863a0d31d0f0dac by Miss Islington (bot) in branch '3.7': bpo-34035: Fix several AttributeError in zipfile seek() methods. (GH-8527) https://github.com/python/cpython/commit/ad4f64d58c020016bd438de0e863a0d31d0f0dac

[issue34035] Several AttributeError in zipfile seek() methods

2018-07-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +8072 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue34035] Several AttributeError in zipfile seek() methods

2018-07-29 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 3f8c6913b82ed9c05e57175bcbfeacde46c598e3 by Serhiy Storchaka (Mickaël Schoentgen) in branch 'master': bpo-34035: Fix several AttributeError in zipfile seek() methods. (GH-8527) https://github.com/python/cpython/commit/3f8c6913b82ed9c05e57175bcb

[issue34035] Several AttributeError in zipfile seek() methods

2018-07-28 Thread Mickaël S .
Change by Mickaël S. : -- title: zipfile: AttributeError in "seek" method of "_SharedFile" class -> Several AttributeError in zipfile seek() methods ___ Python tracker ___