[issue10172] code block has no syntax coloring

2010-10-22 Thread Winston C. Yang
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

[issue9681] small typo in online documentation

2010-08-25 Thread Winston C. Yang
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