SF.net SVN: docutils:[10071 ] trunk/docutils/docutils/ writers/manpage.py

grubert--- via Docutils-checkins <[email protected]> Thu, 03 Apr 2025 10:56:55 +0000
Newsgroups gmane.text.docutils.cvs
Message-ID <[email protected]>
Revision: 10071
          http://sourceforge.net/p/docutils/code/10071
Author:   grubert
Date:     2025-04-03 10:56:55 +0000 (Thu, 03 Apr 2025)
Log Message:
-----------
remove comments

Modified Paths:
--------------
    trunk/docutils/docutils/writers/manpage.py

Modified: trunk/docutils/docutils/writers/manpage.py
===================================================================
--- trunk/docutils/docutils/writers/manpage.py	2025-04-03 10:50:37 UTC (rev 10070)
+++ trunk/docutils/docutils/writers/manpage.py	2025-04-03 10:56:55 UTC (rev 10071)
@@ -350,7 +350,6 @@
                       ):
                     self.body[i] = '.\n'
             elif self.body[i][:4] in ('.UE\n', '.ME\n'):
-                # TODO INWORK
                 # if next item starts with 
                 # a) a line end, disable it
                 if self.body[i+1][0] in ('\n', '\r'):
@@ -1116,7 +1115,6 @@
     def _visit_reference_with_macro(self, node) -> None:
         # use UR/UE or MT/ME
         # TODO insert_URI_breakpoints in text or refuri
-        # TODO the is a space before and after the content ? 
         if 'refuri' in node:
             self.ensure_c_eol() # c_eol avoids space before the refuri
             if node['refuri'].startswith('mailto:'):
@@ -1129,7 +1127,6 @@
         else:
             self.context.append('')
 
-    # TODO INWORK
     def _depart_reference_with_macro(self, node) -> None:
         macro_end = self.context.pop()
         if macro_end:

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.