mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
* Fix stubs for 2.7/dateutil. They were pretty broken. (The 3/dateutil share some of the brokenness but that's still a TODO.) * Fix argparse stubs. - Container is not strong enough for choices. - add_subparsers() returns something with an add_parser() method.