[Python-checkins] r60573 - python/trunk/Misc/NEWS

amaury.forgeotdarc python-checkins at python.org
Mon Feb 4 21:53:14 CET 2008


Author: amaury.forgeotdarc
Date: Mon Feb  4 21:53:14 2008
New Revision: 60573

Modified:
   python/trunk/Misc/NEWS
Log:
Correct quotes in NEWS file


Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Mon Feb  4 21:53:14 2008
@@ -12,8 +12,8 @@
 Core and builtins
 -----------------
 
-- Patch #1953: Added ´´sys._compact_freelists()´´ and the C API functions
-  ´´PyInt_CompactFreeList´´ and ´´PyFloat_CompactFreeList´´
+- Patch #1953: Added ``sys._compact_freelists()`` and the C API functions
+  ``PyInt_CompactFreeList`` and ``PyFloat_CompactFreeList``
   to compact the internal free lists of pre-allocted ints and floats.
 
 - Bug #1983: Fixed return type of fork(), fork1() and forkpty() calls.


More information about the Python-checkins mailing list