commit | 496058f59937da478eb172c864502b5dcf67705b | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <rhettinger@users.noreply.github.com> | Thu Aug 29 21:04:37 2019 -0700 |
committer | GitHub <noreply@github.com> | Thu Aug 29 21:04:37 2019 -0700 |
tree | 5aea454ccc56484b8ccc989e2863234d821578db | |
parent | 7fcc2088a50a4ecb80e5644cd195bee209c9f979 [diff] [blame] |
Steven Bethard designated a new maintainer for argparse (GH-15605)
diff --git a/Lib/argparse.py b/Lib/argparse.py index d29f161..ddfd772 100644 --- a/Lib/argparse.py +++ b/Lib/argparse.py
@@ -1,4 +1,5 @@ # Author: Steven J. Bethard <steven.bethard@gmail.com>. +# New maintainer as of 29 August 2019: Raymond Hettinger <raymond.hettinger@gmail.com> """Command-line parsing library