[issue26283] zipfile can not handle the path build by os.path.join()

2016-03-19 Thread Ezio Melotti
Ezio Melotti added the comment: I don't think this is a bug. The ZIP format specification requires the use of forward slashes[0]: 4.4.17 file name: (Variable) 4.4.17.1 The name of the file, with optional relative path. The path stored MUST not contain a drive or

[issue26283] zipfile can not handle the path build by os.path.join()

2016-02-27 Thread Anish Shah
Changes by Anish Shah : -- nosy: -anish.shah ___ Python tracker ___ ___

[issue26283] zipfile can not handle the path build by os.path.join()

2016-02-04 Thread SilentGhost
Changes by SilentGhost : -- nosy: +alanmcintyre, serhiy.storchaka, twouters versions: +Python 3.6 -Python 3.4 ___ Python tracker ___

[issue26283] zipfile can not handle the path build by os.path.join()

2016-02-03 Thread 張伯誠
New submission from 張伯誠: I think the built-in library zipfile.py does not handle correctly the path build by os.path.join(). For example, assuming we have a zipfile named Test.zip which contanins a member xml/hello.xml, if you want to extract the member out, then you hava to use

[issue26283] zipfile can not handle the path build by os.path.join()

2016-02-03 Thread Anish Shah
Changes by Anish Shah : -- nosy: +anish.shah ___ Python tracker ___ ___