diff options
author | Raymond Hettinger <rhettinger@users.noreply.github.com> | 2019-08-29 21:04:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-29 21:04:37 -0700 |
commit | 496058f59937da478eb172c864502b5dcf67705b (patch) | |
tree | 5aea454ccc56484b8ccc989e2863234d821578db /Lib/argparse.py | |
parent | bpo-37834: Prevent shutil.rmtree exception (GH-15602) (diff) | |
download | cpython-496058f59937da478eb172c864502b5dcf67705b.tar.gz cpython-496058f59937da478eb172c864502b5dcf67705b.tar.bz2 cpython-496058f59937da478eb172c864502b5dcf67705b.zip |
Steven Bethard designated a new maintainer for argparse (GH-15605)
Diffstat (limited to 'Lib/argparse.py')
-rw-r--r-- | Lib/argparse.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/argparse.py b/Lib/argparse.py index d29f161b666..ddfd772c112 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 |