https://hg.python.org/cpython/rev/c8b582b6c3b3 changeset: 99702:c8b582b6c3b3 user: Stefan Krah <skrah@bytereef.org> date: Mon Dec 28 23:17:05 2015 +0100 summary: Fix typo. files: Misc/NEWS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS --- a/Misc/NEWS +++ b/Misc/NEWS @@ -126,7 +126,7 @@ - Issue #25928: Add Decimal.as_integer_ratio(). - Issue #25447: Copying the lru_cache() wrapper object now always works, - independedly from the type of the wrapped object (by returning the original + independently from the type of the wrapped object (by returning the original object unchanged). - Issue #25768: Have the functions in compileall return booleans instead of -- Repository URL: https://hg.python.org/cpython
participants (1)
-
stefan.krah