diff options
author | Georg Brandl <georg@python.org> | 2008-06-16 21:00:47 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-06-16 21:00:47 (GMT) |
commit | d0ba07327a94dfae6ba0f869d9ae3bd19d425ba8 (patch) | |
tree | 13d172f252cc9b3a05eca71fc6a202800df87c01 | |
parent | da3a1b120055855a464c2d5f5143021ae8f5dc86 (diff) | |
download | cpython-d0ba07327a94dfae6ba0f869d9ae3bd19d425ba8.zip cpython-d0ba07327a94dfae6ba0f869d9ae3bd19d425ba8.tar.gz cpython-d0ba07327a94dfae6ba0f869d9ae3bd19d425ba8.tar.bz2 |
Add Jesse Noller to the developers list.
-rw-r--r-- | Misc/developers.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/developers.txt b/Misc/developers.txt index 2904a68..9db80fb 100644 --- a/Misc/developers.txt +++ b/Misc/developers.txt @@ -17,6 +17,9 @@ the format to accommodate documentation needs as they arise. Permissions History ------------------- +- Jesse Noller was given SVN access on 16 June 2008 by Georg Brandl, + for work on the multiprocessing module. + - Gregor Lingl was given SVN access on 10 June 2008 by MvL, for work on the turtle module. |