From 00d96bb177c38e0fa79dde036515287bfb7160e2 Mon Sep 17 00:00:00 2001 From: Ben Chatterton Date: Thu, 23 May 2024 14:11:02 -0400 Subject: [PATCH] remove all of argparse from allowlist 3.13 --- stdlib/@tests/stubtest_allowlists/py313.txt | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/stdlib/@tests/stubtest_allowlists/py313.txt b/stdlib/@tests/stubtest_allowlists/py313.txt index 16b96414911c..3dac075a46b8 100644 --- a/stdlib/@tests/stubtest_allowlists/py313.txt +++ b/stdlib/@tests/stubtest_allowlists/py313.txt @@ -37,18 +37,6 @@ _thread.start_new_thread _tkinter.TkappType.gettrace _tkinter.TkappType.settrace _tkinter.create -argparse.Action.__init__ -argparse.BooleanOptionalAction.__init__ -argparse._AppendAction.__init__ -argparse._AppendConstAction.__init__ -argparse._CountAction.__init__ -argparse._HelpAction.__init__ -argparse._StoreAction.__init__ -argparse._StoreConstAction.__init__ -argparse._StoreFalseAction.__init__ -argparse._StoreTrueAction.__init__ -argparse._SubParsersAction.add_parser -argparse._VersionAction.__init__ ast.PyCF_OPTIMIZED_AST asyncio.AbstractEventLoop.create_server asyncio.AbstractServer.abort_clients