[Python-checkins] r66590 - doctools/converter/converter/latexparser.py

georg.brandl python-checkins at python.org
Wed Sep 24 17:30:14 CEST 2008


Author: georg.brandl
Date: Wed Sep 24 17:30:14 2008
New Revision: 66590

Log:
Fix url parsing type.


Modified:
   doctools/converter/converter/latexparser.py

Modified: doctools/converter/converter/latexparser.py
==============================================================================
--- doctools/converter/converter/latexparser.py	(original)
+++ doctools/converter/converter/latexparser.py	Wed Sep 24 17:30:14 2008
@@ -231,7 +231,7 @@
             'refmodule': 'QT',
             'citetitle': 'QT',
             'ulink': 'MT',
-            'url': 'M',
+            'url': 'T',
 
             # mapped to normal
             'textrm': 'M',


More information about the Python-checkins mailing list