Searched refs:whatsnew_re (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Doc/tools/extensions/ | ||
H A D | pyspecific.py | 476 whatsnew_re = re.compile(r"(?im)^what's new in (.*?)\??$") variable 505 content = whatsnew_re.sub(r'\1', content) |
Completed in 2 milliseconds