[Python-3000-checkins] r65011 - in python/branches/py3k: Doc/library/stdtypes.rst Misc/ACKS Misc/developers.txt

georg.brandl python-3000-checkins at python.org
Wed Jul 16 14:58:30 CEST 2008


Author: georg.brandl
Date: Wed Jul 16 14:58:29 2008
New Revision: 65011

Log:
Merged revisions 64982-64983,65004 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r64982 | georg.brandl | 2008-07-16 01:59:15 +0200 (Wed, 16 Jul 2008) | 2 lines
  
  Move label to correct heading.
........
  r64983 | georg.brandl | 2008-07-16 02:00:04 +0200 (Wed, 16 Jul 2008) | 2 lines
  
  Keep sorted.
........
  r65004 | martin.v.loewis | 2008-07-16 07:28:26 +0200 (Wed, 16 Jul 2008) | 2 lines
  
  Add Antoine.
........


Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Doc/library/stdtypes.rst
   python/branches/py3k/Misc/ACKS
   python/branches/py3k/Misc/developers.txt

Modified: python/branches/py3k/Doc/library/stdtypes.rst
==============================================================================
--- python/branches/py3k/Doc/library/stdtypes.rst	(original)
+++ python/branches/py3k/Doc/library/stdtypes.rst	Wed Jul 16 14:58:29 2008
@@ -421,9 +421,6 @@
    overflow check.
 
 
-.. _typeiter:
-
-
 Additional Methods on Float
 ---------------------------
 
@@ -488,6 +485,8 @@
    '0x1.d380000000000p+11'
 
 
+.. _typeiter:
+
 Iterator Types
 ==============
 

Modified: python/branches/py3k/Misc/ACKS
==============================================================================
--- python/branches/py3k/Misc/ACKS	(original)
+++ python/branches/py3k/Misc/ACKS	Wed Jul 16 14:58:29 2008
@@ -216,6 +216,7 @@
 Matt Fleming
 Hernán Martínez Foffani
 Michael Foord
+Amaury Forgeot d'Arc
 Doug Fort
 John Fouhy
 Martin Franklin
@@ -658,6 +659,7 @@
 Oliver Steele
 Greg Stein
 Chris Stern
+Victor Stinner
 Richard Stoakley
 Peter Stoehr
 Casper Stoel
@@ -770,7 +772,5 @@
 Mike Zarnstorff
 Siebren van der Zee
 Uwe Zessin
-Amaury Forgeot d'Arc
-Peter Åstrand
 Tarek ZiadŽ
-Victor Stinner
+Peter Åstrand

Modified: python/branches/py3k/Misc/developers.txt
==============================================================================
--- python/branches/py3k/Misc/developers.txt	(original)
+++ python/branches/py3k/Misc/developers.txt	Wed Jul 16 14:58:29 2008
@@ -17,6 +17,9 @@
 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.
 


More information about the Python-3000-checkins mailing list