Move news item to the correct position.

This commit is contained in:
Georg Brandl 2010-07-31 18:09:46 +00:00
parent 2e7346acc9
commit ebb280cf90
1 changed files with 2 additions and 2 deletions

View File

@ -15,6 +15,8 @@ Core and Builtins
Library
-------
- Add lfu_cache() and lru_cache() decorators to the functools module.
What's New in Python 3.2 Alpha 1?
=================================
@ -516,8 +518,6 @@ Library
- Issue #4179: In pdb, allow "list ." as a command to return to the currently
debugged line.
- Add lfu_cache() and lru_cache() decorators to the functools module.
- Issue #4108: In urllib.robotparser, if there are multiple 'User-agent: *'
entries, consider the first one.