summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-02-04 20:53:14 +0000
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-02-04 20:53:14 +0000
commit578a8caf43ae0d52b37444754adf6f4c404a123c (patch)
tree6e5f9199b79fdc960ce73ff6e29875fc3781e101
parentf5806ab6e353f3a5fc0ad784da79bc17dfd960ce (diff)
downloadcpython-git-578a8caf43ae0d52b37444754adf6f4c404a123c.tar.gz
Correct quotes in NEWS file
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2466c6d1f0..38dc8edcb2 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.