[issue8744] Maybe typo in doc

2010-05-17 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue8744] Maybe typo in doc

2010-05-17 Thread Senthil Kumaran
Senthil Kumaran added the comment: Fixed it in revision 81279 and other branches. -- nosy: +orsenthil ___ Python tracker ___ ___ Pytho

[issue8744] Maybe typo in doc

2010-05-17 Thread INADA Naoki
New submission from INADA Naoki : http://docs.python.org/dev/library/test.html#test.test_support.captured_stdout "This is a context manager than runs the with statement body using a StringIO.StringIO object as sys.stdout." I think "than" is typo of "that". -- assignee: d...@python com