New submission from Winston C. Yang :
The following code block in http://docs.python.org/tutorial/errors.html has no
syntax coloring:
import sys
try:
f = open('myfile.txt')
s = f.readline()
i = int(s.strip())
except IOError as (errno, strerror):
print "I/O
New submission from Winston C. Yang :
See http://docs.python.org/library/subprocess.html
17.1.1.2. Exceptions
containing traceback information from the child[']s point of view
--
messages: 114901
nosy: wcyang
priority: normal
severity: normal
status: open
title: small typo in o