summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e5bb8b8..7ec59b3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -90,6 +90,12 @@ Extensions
Library
-------
+- Issue #9567: functools.update_wrapper now adds a __wrapped__ attribute
+ pointing to the original callable
+
+- Issue #3445: functools.update_wrapper now tolerates missing attributes
+ on wrapped callables
+
- Issue #5867: Add abc.abstractclassmethod and abc.abstractstaticmethod.
- Issue #9605: posix.getlogin() decodes the username with file filesystem