This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Created on 2008-08-12 14:54 by schuppenies, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
linebreak.patch schuppenies, 2008-08-12 14:54
Messages (2)
msg71053 - (view) Author: Robert Schuppenies (schuppenies) * (Python committer) Date: 2008-08-12 14:54
There is a linebreak missing in the doctest extension. See attached patch.
msg71123 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-08-14 11:53
Thanks, applied in r65675.
History
Date User Action Args
2022-04-11 14:56:37adminsetgithub: 47796
2008-08-14 11:53:09georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg71123
2008-08-12 14:54:15schuppeniescreate