diff options
author | Georg Brandl <georg@python.org> | 2009-09-15 20:26:59 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-09-15 20:26:59 (GMT) |
commit | 480b455e460ab3dd84ec89e7315297ee8aaadb97 (patch) | |
tree | 6fc2691c61697c24c29e1dc94b9004b0731143a7 | |
parent | 5d90029041bd3ef4e5e1009b8fd741719283b928 (diff) | |
download | cpython-480b455e460ab3dd84ec89e7315297ee8aaadb97.zip cpython-480b455e460ab3dd84ec89e7315297ee8aaadb97.tar.gz cpython-480b455e460ab3dd84ec89e7315297ee8aaadb97.tar.bz2 |
Add Armin Ronacher.
-rw-r--r-- | Misc/developers.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/developers.txt b/Misc/developers.txt index d9c7870..6121d52 100644 --- a/Misc/developers.txt +++ b/Misc/developers.txt @@ -109,6 +109,10 @@ Permissions History - Jeffrey Yasskin was given SVN access on 9 August 2007 by NCN, for his work on PEPs and other general patches. +- Armin Ronacher was given SVN access on 23 July 2007 by GFB, + for work on the documentation toolset. He now maintains the + ast module. + - Senthil Kumaran was given SVN access on 16 June 2007 by MvL, for his Summer-of-Code project, mentored by Skip Montanaro. |