Commit ebb280cf authored by Georg Brandl's avatar Georg Brandl

Move news item to the correct position.

parent 2e7346ac
...@@ -15,6 +15,8 @@ Core and Builtins ...@@ -15,6 +15,8 @@ Core and Builtins
Library Library
------- -------
- Add lfu_cache() and lru_cache() decorators to the functools module.
What's New in Python 3.2 Alpha 1? What's New in Python 3.2 Alpha 1?
================================= =================================
...@@ -516,8 +518,6 @@ Library ...@@ -516,8 +518,6 @@ Library
- Issue #4179: In pdb, allow "list ." as a command to return to the currently - Issue #4179: In pdb, allow "list ." as a command to return to the currently
debugged line. debugged line.
- Add lfu_cache() and lru_cache() decorators to the functools module.
- Issue #4108: In urllib.robotparser, if there are multiple 'User-agent: *' - Issue #4108: In urllib.robotparser, if there are multiple 'User-agent: *'
entries, consider the first one. entries, consider the first one.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment