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 jszakmeister
Recipients cate, ezio.melotti, georg.brandl, jszakmeister
Date 2009-06-06.11:06:16
SpamBayes Score 0.00020699795
Marked as misclassified No
Message-id <1244286377.59.0.947621066103.issue6220@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, what's the second example trying to show:
try:
   foo = opne("file") # will be changed to "open" as soon as we run it
except IOError:
   sys.exit("could not open file")

I'm not sure what that comment really means?
History
Date User Action Args
2009-06-06 11:06:18jszakmeistersetrecipients: + jszakmeister, georg.brandl, ezio.melotti, cate
2009-06-06 11:06:17jszakmeistersetmessageid: <1244286377.59.0.947621066103.issue6220@psf.upfronthosting.co.za>
2009-06-06 11:06:16jszakmeisterlinkissue6220 messages
2009-06-06 11:06:16jszakmeistercreate