diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 40417d85b06..47bf42c73a7 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 ============== diff --git a/Misc/ACKS b/Misc/ACKS index 0a411e76583..dd658c76812 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -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 9db80fb3589..126da54f054 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.