mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
SF Bug #1348477, regextest can't be pydoc'ed. Will backport.
This commit is contained in:
parent
67715f0420
commit
286d74764e
1 changed files with 2 additions and 1 deletions
|
@ -43,4 +43,5 @@ def main():
|
|||
def chomp(s):
|
||||
return s.rstrip('\n')
|
||||
|
||||
main()
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue