From 578a8caf43ae0d52b37444754adf6f4c404a123c Mon Sep 17 00:00:00 2001 From: Amaury Forgeot d'Arc Date: Mon, 4 Feb 2008 20:53:14 +0000 Subject: [PATCH] Correct quotes in NEWS file --- Misc/NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index 2466c6d1f02..38dc8edcb20 100644 --- 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.