summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-05-30 12:52:01 +0000
committerAndrew M. Kuchling <amk@amk.ca>2006-05-30 12:52:01 +0000
commit69fe4055a3124f77f6f13cea549ede3bfacca8b5 (patch)
treedf0e0d9d75ec4450886423abc76ab6b9ead68bc2
parentcdcede62c028beab6617affbf717a83c80910269 (diff)
downloadcpython-git-69fe4055a3124f77f6f13cea549ede3bfacca8b5.tar.gz
Add SoC name, and reorganize this section a bit
-rw-r--r--Misc/developers.txt14
1 files changed, 10 insertions, 4 deletions
diff --git a/Misc/developers.txt b/Misc/developers.txt
index c2c2275ea4..c085908156 100644
--- a/Misc/developers.txt
+++ b/Misc/developers.txt
@@ -17,13 +17,19 @@ the format to accommodate documentation needs as they arise.
Permissions History
-------------------
-- 2006 Summer of Code entries: Matt Fleming was added on 25 May 2006
- by AMK; he'll be working on enhancing the Python debugger. Jackilyn
- Hoxworth was added on 25 May 2005 by AMK; she'll be adding logging
- to the standard library. SoC developers are expected to work
+- 2006 Summer of Code entries: SoC developers are expected to work
primarily in nondist/sandbox or on a branch of their own, and will
have their work reviewed before changes are accepted into the trunk.
+ - Matt Fleming was added on 25 May 2006 by AMK; he'll be working on
+ enhancing the Python debugger.
+
+ - Jackilyn Hoxworth was added on 25 May 2006 by AMK; she'll be adding logging
+ to the standard library.
+
+ - Mateusz Rukowicz was added on 30 May 2006 by AMK; he'll be
+ translating the decimal module into C.
+
- SVN access granted to the "Need for Speed" Iceland sprint attendees,
between May 17 and 21, 2006, by Tim Peters. All work is to be done
in new sandbox projects or on new branches, with merging to the