Correct quotes in NEWS file

This commit is contained in:
Amaury Forgeot d'Arc 2008-02-04 20:53:14 +00:00
parent f5806ab6e3
commit 578a8caf43
1 changed files with 2 additions and 2 deletions

View File

@ -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.