[issue17451] Test to splitdoc in pydoc.py

2013-03-18 Thread Matt Bachmann
Matt Bachmann added the comment: This has the test in the wrong place and I am actively expanding it. I will reopen later today. -- resolution: -> rejected status: open -> closed ___ Python tracker __

[issue17451] Test to splitdoc in pydoc.py

2013-03-18 Thread Matt Bachmann
Changes by Matt Bachmann : Added file: http://bugs.python.org/file29444/acks.patch ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue17451] Test to splitdoc in pydoc.py

2013-03-17 Thread Matt Bachmann
New submission from Matt Bachmann: Found a line in splitdoc that was not being exercised. I added a test for it. -- components: Library (Lib) files: splitdoc_description_test.patch keywords: patch messages: 184427 nosy: Matt.Bachmann priority: normal severity: normal status: open title: