diff options
-rw-r--r-- | Doc/library/stdtypes.rst | 5 | ||||
-rw-r--r-- | Misc/ACKS | 6 | ||||
-rw-r--r-- | Misc/developers.txt | 3 |
3 files changed, 8 insertions, 6 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 40417d85b0..47bf42c73a 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -421,9 +421,6 @@ Notes: overflow check. -.. _typeiter: - - Additional Methods on Float --------------------------- @@ -488,6 +485,8 @@ hexadecimal string representing the same number:: '0x1.d380000000000p+11' +.. _typeiter: + Iterator Types ============== @@ -216,6 +216,7 @@ Frederik Fix Matt Fleming Hernán Martínez Foffani Michael Foord +Amaury Forgeot d'Arc Doug Fort John Fouhy Martin Franklin @@ -658,6 +659,7 @@ Frank Stajano Oliver Steele Greg Stein Chris Stern +Victor Stinner Richard Stoakley Peter Stoehr Casper Stoel @@ -770,7 +772,5 @@ Artur Zaprzala Mike Zarnstorff Siebren van der Zee Uwe Zessin -Amaury Forgeot d'Arc -Peter Ĺstrand Tarek Ziad -Victor Stinner +Peter Ĺstrand diff --git a/Misc/developers.txt b/Misc/developers.txt index 9db80fb358..126da54f05 100644 --- a/Misc/developers.txt +++ b/Misc/developers.txt @@ -17,6 +17,9 @@ the format to accommodate documentation needs as they arise. Permissions History ------------------- +- Antoine Pitrou was given SVN access on July 16 2008, by recommendation + from GvR, for general contributions to Python. + - Jesse Noller was given SVN access on 16 June 2008 by Georg Brandl, for work on the multiprocessing module. |