Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a66c9 commit 4cc902fCopy full SHA for 4cc902f
1 file changed
Doc/tools/buildindex.py
@@ -77,7 +77,8 @@ def split_entry(str, which):
77
return stuff
78
79
80
-_rmtt = re.compile(r"(.*)<tt>(.*)</tt>(.*)$", re.IGNORECASE)
+_rmtt = re.compile(r"(.*)<tt(?: class=[a-z0-9]+)?>(.*)</tt>(.*)$",
81
+ re.IGNORECASE)
82
_rmparens = re.compile(r"\(\)")
83
84
def split_entry_key(str):
0 commit comments