This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ocean-city
Recipients ocean-city, pitrou
Date 2008-12-03.12:48:42
SpamBayes Score 1.0331944e-07
Marked as misclassified No
Message-id <1228308524.46.0.713639203427.issue4503@psf.upfronthosting.co.za>
In-reply-to
Content
Traceback (most recent call last):
  File "a.py", line 4, in <module>
    zipfile.PyZipFile("foobar")
  File "e:\python-dev\py3k\lib\zipfile.py", line 683, in __init__
    self.fp = io.open(file, modeDict[mode])
  File "e:\python-dev\py3k\lib\io.py", line 222, in open
    closefd)
  File "e:\python-dev\py3k\lib\io.py", line 615, in __init__
    _fileio._FileIO.__init__(self, name, mode, closefd)
IOError: [Errno 2] No such file or directory: 'foobar'
[33393 refs]

For example, some delay after

   File "e:\python-dev\py3k\lib\zipfile.py", line 683, in __init__

this line. I don't know why, but maybe because current io module is not
written in C.
History
Date User Action Args
2008-12-03 12:48:44ocean-citysetrecipients: + ocean-city, pitrou
2008-12-03 12:48:44ocean-citysetmessageid: <1228308524.46.0.713639203427.issue4503@psf.upfronthosting.co.za>
2008-12-03 12:48:43ocean-citylinkissue4503 messages
2008-12-03 12:48:42ocean-citycreate