[Python-checkins] Steven Bethard designated a new maintainer for argparse (GH-15605) (GH-15606)

Raymond Hettinger webhook-mailer at python.org
Fri Aug 30 00:27:37 EDT 2019


https://github.com/python/cpython/commit/c19d6bca5577547b3f4624d99b5f5f1db3e5e695
commit: c19d6bca5577547b3f4624d99b5f5f1db3e5e695
branch: 3.8
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: Raymond Hettinger <rhettinger at users.noreply.github.com>
date: 2019-08-29T21:27:33-07:00
summary:

Steven Bethard designated a new maintainer for argparse (GH-15605) (GH-15606)

(cherry picked from commit 496058f59937da478eb172c864502b5dcf67705b)

Co-authored-by: Raymond Hettinger <rhettinger at users.noreply.github.com>

files:
M Lib/argparse.py

diff --git a/Lib/argparse.py b/Lib/argparse.py
index 6f0b37c1c5ea..a6ab3b3b898d 100644
--- a/Lib/argparse.py
+++ b/Lib/argparse.py
@@ -1,4 +1,5 @@
 # Author: Steven J. Bethard <steven.bethard at gmail.com>.
+# New maintainer as of 29 August 2019:  Raymond Hettinger <raymond.hettinger at gmail.com>
 
 """Command-line parsing library
 



More information about the Python-checkins mailing list