[Python-3000-checkins] r64661 - python/branches/py3k

benjamin.peterson python-3000-checkins at python.org
Wed Jul 2 18:18:39 CEST 2008


Author: benjamin.peterson
Date: Wed Jul  2 18:18:39 2008
New Revision: 64661

Log:
I'm blocking all these whatsnew revisions, so I can just manually sync it with 2.6;
merging it has gotten quite out of hand

Blocked revisions 64429,64436,64498,64572 via svnmerge

........
  r64429 | georg.brandl | 2008-06-20 14:28:18 -0500 (Fri, 20 Jun 2008) | 2 lines
  
  Change references to the new math functions to generate proper x-refs.
........
  r64436 | andrew.kuchling | 2008-06-20 18:43:12 -0500 (Fri, 20 Jun 2008) | 1 line
  
  Various items
........
  r64498 | mark.dickinson | 2008-06-24 06:08:58 -0500 (Tue, 24 Jun 2008) | 4 lines
  
  Change description of float('nan') feature; NaNs don't care much about 
  signs, and float('nan'), float('+nan') and float('-nan') actually all
  generate the exact same NaN value.
........
  r64572 | benjamin.peterson | 2008-06-28 08:18:14 -0500 (Sat, 28 Jun 2008) | 1 line
  
  fix typo
........


Modified:
   python/branches/py3k/   (props changed)


More information about the Python-3000-checkins mailing list