diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2010-01-30 00:16:49 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2010-01-30 00:16:49 (GMT) |
commit | 66da2f37c3d8aa141bbfc9fe3899e36f6488cee9 (patch) | |
tree | b81b8574693b83e47f37d38b952a245936698ccd | |
parent | ad13f22b7e14f78063aab15007b951d396f6dbb4 (diff) | |
download | cpython-66da2f37c3d8aa141bbfc9fe3899e36f6488cee9.zip cpython-66da2f37c3d8aa141bbfc9fe3899e36f6488cee9.tar.gz cpython-66da2f37c3d8aa141bbfc9fe3899e36f6488cee9.tar.bz2 |
Merged revisions 77834 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r77834 | martin.v.loewis | 2010-01-30 01:15:44 +0100 (Sa, 30 Jan 2010) | 2 lines
Add Victor Stinner.
........
-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 65b59f7..d78c400 100644 --- a/Misc/developers.txt +++ b/Misc/developers.txt @@ -20,6 +20,9 @@ for details. When the agreement is signed, please note it in this log. Permissions History ------------------- +- Victor Stinner was given SVN access on January 30 2010 by MvL, + at recommendation by Mark Dickinson and Amaury Forgeot d'Arc. + - Stefan Krah was given SVN access on January 5 2010 by GFB, at suggestion of Mark Dickinson, for work on the decimal module. |