SF.net SVN: docutils:[10107 ] trunk/docutils/docutils/ writers/manpage.py
grubert--- via Docutils-checkins <[email protected]> Fri, 25 Apr 2025 15:50:19 +0000
| Newsgroups | gmane.text.docutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 10107
http://sourceforge.net/p/docutils/code/10107
Author: grubert
Date: 2025-04-25 15:50:18 +0000 (Fri, 25 Apr 2025)
Log Message:
-----------
Clean up comments
Modified Paths:
--------------
trunk/docutils/docutils/writers/manpage.py
Modified: trunk/docutils/docutils/writers/manpage.py
===================================================================
--- trunk/docutils/docutils/writers/manpage.py 2025-04-25 14:30:22 UTC (rev 10106)
+++ trunk/docutils/docutils/writers/manpage.py 2025-04-25 15:50:18 UTC (rev 10107)
@@ -1095,8 +1095,7 @@
# which are not supported everywhere yet
# therefore make the markup ourself
- # TODO insert_URI_breakpoints in text or refuri
- # TODO precede with backslash-% to disable standard hyphenation
+ # precede with backslash-% to disable standard hyphenation
if 'refuri' in node:
# check if content is the uri and only output reference.
# MAYBE if only content is ouput hyphens "-" get a backslash.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.