struct: fix arg names, mark positional-only args (#3792)

This commit is contained in:
Shantanu
2020-02-29 05:42:04 -08:00
committed by GitHub
parent 0705cd6435
commit b94d23c608
3 changed files with 6 additions and 16 deletions

View File

@@ -85,10 +85,6 @@ queue.SimpleQueue.__init__
secrets.SystemRandom.getstate
smtplib.SMTP.sendmail
sre_constants.RANGE_IGNORE
struct.calcsize
struct.iter_unpack
struct.unpack
struct.unpack_from
time.CLOCK_PROF
time.CLOCK_UPTIME
tkinter.Menu.tk_bindForTraversal

View File

@@ -169,12 +169,6 @@ statistics.NormalDist.samples
string.Formatter.format
string.Template.safe_substitute
string.Template.substitute
struct.Struct.iter_unpack
struct.Struct.unpack
struct.calcsize
struct.iter_unpack
struct.unpack
struct.unpack_from
sys.UnraisableHookArgs
threading.ExceptHookArgs
time.CLOCK_PROF