summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-05-14 22:47:17 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2015-05-14 22:47:17 (GMT)
commit3f6538fed0e2e8905805f3d30937cd41d26e032b (patch)
treead3a0855c22a5ae0098f442c87d513429a27d8b1 /Misc
parent6b4046f062760a26d7668b0f56ae34adf6cfcf2d (diff)
downloadcpython-3f6538fed0e2e8905805f3d30937cd41d26e032b.zip
cpython-3f6538fed0e2e8905805f3d30937cd41d26e032b.tar.gz
cpython-3f6538fed0e2e8905805f3d30937cd41d26e032b.tar.bz2
Issue 22547: Implement informative __repr__ for inspect.BoundArguments
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b181f76..8414ea8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -125,6 +125,9 @@ Library
- Issue 24184: Add AsyncIterator and AsyncIterable ABCs to
collections.abc. Contributed by Yury Selivanov.
+- Issue 22547: Implement informative __repr__ for inspect.BoundArguments.
+ Contributed by Yury Selivanov.
+
Tests
-----