Message48260
| Author |
mdcowles |
| Recipients |
| Date |
2005年10月16日.19:18:32 |
| SpamBayes Score |
| Marked as misclassified |
| Message-id |
| In-reply-to |
| Content |
Logged In: YES
user_id=198518
[From a post to python-help]
Related to this is that zipfile raises an exception on creating a file
that's too big. It seems that the limitation should be documented or
removed.
This is from the message to python-help:
python version 4.2. the class zipfile in the module zipfile is unable
to .close() a file bigger than
2^32-1 (or whatever) bytes.
Traceback (most recent call last):
File "bk.py", line 12, in ?
zf.close()
File "C:\Python24\lib\zipfile.py", line 503, in close
zinfo.header_offset)
OverflowError: long int too large to convert to int
|
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月23日 15:42:49 | admin | link | issue1189216 messages |
| 2007年08月23日 15:42:49 | admin | create |
|