]> granicus.if.org Git - python/commitdiff
Fixes contributed by Ori Avtalion.
authorGeorg Brandl <georg@python.org>
Wed, 20 Feb 2008 19:12:36 +0000 (19:12 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 20 Feb 2008 19:12:36 +0000 (19:12 +0000)
Doc/whatsnew/2.6.rst

index dae9b0923f32cf768230adab543bb672a555f5a4..8f31d402d0e8ab4b435eb476189940743e8932d6 100644 (file)
@@ -707,8 +707,10 @@ Here are all of the changes that Python 2.6 makes to the core Python language.
 
   Other functions in the :mod:`math` module, :func:`isinf` and
   :func:`isnan`, return true if their floating-point argument is
-  infinite or Not A Number.  
+  infinite or Not A Number.
+
   .. Patch 1640
+
   The ``math.copysign(x, y)`` function
   copies the sign bit of an IEEE 754 number, returning the absolute
   value of *x* combined with the sign bit of *y*.  For example,
@@ -1078,7 +1080,7 @@ complete list of changes, or look through the CVS logs for all the details.
 
 * Integrating signal handling with GUI handling event loops 
   like those used by Tkinter or GTk+ has long been a problem; most
-  software ends up polling, waking up every fraction of a second.  Thi
+  software ends up polling, waking up every fraction of a second.
   The :mod:`signal` module can now make this more efficient.
   Calling ``signal.set_wakeup_fd(fd)`` sets a file descriptor
   to be used; when a signal is received, a byte is written to that 
@@ -1293,7 +1295,8 @@ complete list of changes, or look through the CVS logs for all the details.
     z.extractall()
 
   (Contributed by Alan McIntyre.)
-  .. % Patch 467924
+
+  .. Patch 467924
 
 .. ======================================================================
 .. whole new modules get described in subsections here