[issue32959] zipimport fails when the ZIP archive contains more than 65535 files

2018-02-26 Thread Mariano M. Chouza
New submission from Mariano M. Chouza : When trying to import a module from a ZIP archive containing more than 65535 files, the import process fails: $ python3 -VV Python 3.6.4 (default, Jan 6 2018, 11:49:38) [GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.42.1)] $ cat create_zips.py

[issue4562] zip() documentation was not updated

2008-12-06 Thread Mariano M. Chouza
New submission from Mariano M. Chouza <[EMAIL PROTECTED]>: zip() function documentatio still shows the old behavior of the function, returning a list. http://docs.python.org/3.0/library/functions.html?highlight=zip#zip -- assignee: georg.brandl components: Documentation messages: