~ubuntu-branches/ubuntu/lucid/python2.6/lucid

« back to all changes in this revision

Viewing changes to Doc/whatsnew/2.4.rst

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-03-11 13:30:19 UTC
  • mto: (10.1.13 sid)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: james.westby@ubuntu.com-20100311133019-sblbooa3uqrkoe70
Tags: upstream-2.6.5~rc2
ImportĀ upstreamĀ versionĀ 2.6.5~rc2

Show diffs side-by-side

added added

removed removed

Lines of Context:
680
680
      Written by Facundo Batista and implemented by Facundo Batista, Eric Price,
681
681
      Raymond Hettinger, Aahz, and Tim Peters.
682
682
 
683
 
   http://research.microsoft.com/~hollasch/cgindex/coding/ieeefloat.html
684
 
      A more detailed overview of the IEEE-754 representation.
685
 
 
686
683
   http://www.lahey.com/float.htm
687
684
      The article uses Fortran code to illustrate many of the problems that floating-
688
685
      point inaccuracy can cause.
756
753
  :ctype:`double` to an ASCII string.
757
754
 
758
755
The code for these functions came from the GLib library
759
 
(http://developer.gnome.org/arch/gtk/glib.html), whose developers kindly
 
756
(http://library.gnome.org/devel/glib/stable/), whose developers kindly
760
757
relicensed the relevant functions and donated them to the Python Software
761
758
Foundation.  The :mod:`locale` module  can now change the numeric locale,
762
759
letting extensions such as GTK+  produce the correct results.