[Python-checkins] r59911 - python/trunk/Misc/NEWS
georg.brandl
python-checkins at python.org
Fri Jan 11 10:20:58 CET 2008
Author: georg.brandl
Date: Fri Jan 11 10:20:58 2008
New Revision: 59911
Modified:
python/trunk/Misc/NEWS
Log:
News entries for rev. 5990[567].
Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS (original)
+++ python/trunk/Misc/NEWS Fri Jan 11 10:20:58 2008
@@ -351,6 +351,9 @@
Library
-------
+- Decimal.as_tuple(), difflib.find_longest_match() and inspect functions
+ that returned a tuple now return a named tuple.
+
- Doctest now returns results as a named tuple for readability:
(0, 7) --> TestResults(failed=0, attempted=7)
More information about the Python-checkins
mailing list