diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2010-03-03 20:10:45 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2010-03-03 20:10:45 (GMT) |
commit | 087ca08f002f7898ee433079ceee796bf86fd75f (patch) | |
tree | c0fa2f893644a8196efcfecdfdc5502b7ba594eb /Misc | |
parent | 0138581c43c9812d9bd415d95523e65fd72e6a34 (diff) | |
download | cpython-087ca08f002f7898ee433079ceee796bf86fd75f.zip cpython-087ca08f002f7898ee433079ceee796bf86fd75f.tar.gz cpython-087ca08f002f7898ee433079ceee796bf86fd75f.tar.bz2 |
Add the argparse module and Steven as its maintainer.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/maintainers.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/maintainers.rst b/Misc/maintainers.rst index c4d7e5c..a8331fa 100644 --- a/Misc/maintainers.rst +++ b/Misc/maintainers.rst @@ -45,6 +45,7 @@ _dummy_thread brett.cannon _thread abc aifc r.david.murray +argparse bethard array ast asynchat josiahcarlson |