From: Benjamin Peterson Date: Wed, 2 Jul 2008 16:18:39 +0000 (+0000) Subject: I'm blocking all these whatsnew revisions, so I can just manually sync it with 2.6; X-Git-Tag: v3.0b2~118 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=14654fdbbd3c5aae4ddb39258338988b842edabb;p=thirdparty%2FPython%2Fcpython.git 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 ........ ---