[issue6220] typo: opne in "doanddont"

John Szakmeister report at bugs.python.org
Sat Jun 6 13:06:17 CEST 2009


John Szakmeister <john at szakmeister.net> added the comment:

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?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6220>
_______________________________________


More information about the Python-bugs-list mailing list