diff options
author | Tim Peters <tim.peters@gmail.com> | 2005-04-08 20:02:08 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2005-04-08 20:02:08 +0000 |
commit | 55334510dabe839bea71bfa0edbeb0587d9e9a07 (patch) | |
tree | 2342180ddf37141409fb719e3b48fa7b532ebf14 /Misc/developers.txt | |
parent | 36bd6364a8046e961a3a6d89fdcd708f4680099f (diff) | |
download | cpython-55334510dabe839bea71bfa0edbeb0587d9e9a07.tar.gz |
Add ESR info.
Diffstat (limited to 'Misc/developers.txt')
-rw-r--r-- | Misc/developers.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/developers.txt b/Misc/developers.txt index 6a6f0c11d1..f783b24731 100644 --- a/Misc/developers.txt +++ b/Misc/developers.txt @@ -28,6 +28,11 @@ Permissions History specifically to work on the new ``decimal`` package, which lived in ``nondist/sandbox/decimal/`` at the time. +- Eric S. Raymond was made a developer on 2 Jul 2000 by TGP, for general + library work. His request is archived here: + + http://mail.python.org/pipermail/python-dev/2000-July/005314.html + Permissions Dropped on Request ------------------------------ |