[issue26440] tarfile._FileInFile.seekable is broken in stream mode

2018-07-29 Thread Mickaël S .
Change by Mickaël S. : -- keywords: +patch pull_requests: +8069 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue26440> ___ ___ Python-

[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 <https://

[issue34035] zipfile: AttributeError in "seek" method of "_SharedFile" class

2018-07-28 Thread Mickaël S .
Change by Mickaël S. : -- keywords: +patch pull_requests: +8045 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issue34035> ___ _

[issue34035] zipfile: AttributeError in "seek" method of "_SharedFile" class

2018-07-28 Thread Mickaël S .
Mickaël S. added the comment: Little word to say I am working on at EuroPython 2018. -- nosy: +Tiger-222 ___ Python tracker <https://bugs.python.org/issue34

[issue33903] Can't use lib2to3 with embeddable zip file

2018-06-21 Thread Mickaël S .
Mickaël S. added the comment: In my case, on the computer doing releases, I cannot use the full Python installer (even with a minimal unattend.xml file) because any software installation is prohibited. This is an issue in my side but it is for the context. I was expecting to be able to

[issue33903] Can't use lib2to3 with embeddable zip file

2018-06-19 Thread Mickaël S .
New submission from Mickaël S. : As stated by https://bugs.python.org/issue24960, the bug should be fixed in 3.6.5 (if it is the same, not sure). Simple reproduction steps are: 1) Download and unzip python-3.6.5-embed-win32.zip. 2) Install pip (OK): C:\Users\TestW764\python-3.6.5-embed-win32