mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
merge 3.5 (#25502)
This commit is contained in:
commit
860c8a404a
5 changed files with 2 additions and 7 deletions
|
@ -2794,7 +2794,7 @@ def _test():
|
|||
return doctest.testmod()
|
||||
|
||||
if __name__ == "__main__":
|
||||
import sys, argparse
|
||||
import argparse
|
||||
parser = argparse.ArgumentParser(
|
||||
description='disassemble one or more pickle files')
|
||||
parser.add_argument(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue