]> granicus.if.org Git - python/commitdiff
Correct quotes in NEWS file
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Mon, 4 Feb 2008 20:53:14 +0000 (20:53 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Mon, 4 Feb 2008 20:53:14 +0000 (20:53 +0000)
Misc/NEWS

index 2466c6d1f025e7574e82b68eed8f78b914436875..38dc8edcb2087db3b1cbe872a85208bc0b990d0c 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,8 +12,8 @@ What's New in Python 2.6 alpha 1?
 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.