Change description of float('nan') feature; NaNs don't care much about
commit1452cd77f4a8f084f3ce465a2744a71bfff26ab3
authormark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 24 Jun 2008 11:08:58 +0000 (24 11:08 +0000)
committermark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 24 Jun 2008 11:08:58 +0000 (24 11:08 +0000)
treeea06fbb796c2882d3fc0003e4f8468166af57ca4
parent55502c16e40c8ffa68b6b2188c06f95f5abd530b
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.

git-svn-id: http://svn.python.org/projects/python/trunk@64498 6015fed2-1504-0410-9fe1-9d1591cc4771
Doc/whatsnew/2.6.rst