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 ericlammerts
Recipients ericlammerts
Date 2013-01-15.21:40:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358286006.48.0.232332339533.issue16974@psf.upfronthosting.co.za>
In-reply-to
Content
$ echo lovely spam > "<string>"

$ python -c 'open("nonexistent","r")'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
    lovely spam
IOError: [Errno 2] No such file or directory: 'nonexistent'

I see this in python 2.7.3 and 3.2.3 from Ubuntu 12.04.
History
Date User Action Args
2013-01-15 21:40:06ericlammertssetrecipients: + ericlammerts
2013-01-15 21:40:06ericlammertssetmessageid: <1358286006.48.0.232332339533.issue16974@psf.upfronthosting.co.za>
2013-01-15 21:40:06ericlammertslinkissue16974 messages
2013-01-15 21:40:06ericlammertscreate