diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-05-16 17:45:09 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-05-16 17:45:09 (GMT) |
commit | b907a513c8285410d93adc2895508985838fe1a7 (patch) | |
tree | 80450ad00573547efc68174d32388ce1b140bbfc /Misc | |
parent | 1392f71c3927c9d81969200f5dfff9fb832cde0b (diff) | |
download | cpython-b907a513c8285410d93adc2895508985838fe1a7.zip cpython-b907a513c8285410d93adc2895508985838fe1a7.tar.gz cpython-b907a513c8285410d93adc2895508985838fe1a7.tar.bz2 |
Issue 24190: Add inspect.BoundArguments.apply_defaults() method.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -131,6 +131,9 @@ Library - Issue 22547: Implement informative __repr__ for inspect.BoundArguments. Contributed by Yury Selivanov. +- Issue 24190: Implement inspect.BoundArgument.apply_defaults() method. + Contributed by Yury Selivanov. + Tests ----- |