google-code-export / pymssql

Automatically exported from code.google.com/p/pymssql
GNU Lesser General Public License v2.1
0 stars 0 forks source link

ZipFile don't has the attribute 'extractall' error for python2.5 #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. python setup.py install
2.
3.

What is the expected output? What do you see instead?

AttributeError: ZipFile instance has no attribute 'extractall'

What version of the product are you using? On what operating system?

windows xp, python2.5

Please provide any additional information below.

in pythoon2.5 ZipFile don't has the attribute 'extractall', 

>>> from zipfile import ZipFile
>>> dir(ZipFile)
['_GetContents', '_RealGetContents', '__del__', '__doc__', '__init__', '__module
__', '_writecheck', 'close', 'fp', 'getinfo', 'infolist', 'namelist', 'printdir'
, 'read', 'testzip', 'write', 'writestr']

Original issue reported on code.google.com by shixiangwen03@gmail.com on 18 Jun 2010 at 3:32

GoogleCodeExporter commented 9 years ago
This has been fixed in r219.

Original comment by dam...@gmail.com on 4 Jan 2011 at 11:37