diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2014-07-07 11:58:12 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2014-07-07 11:58:12 (GMT) |
commit | 0a0d1da987118e11bc9c28937817facdcc9801cb (patch) | |
tree | 9b2398c6bb7b2a6bebc5e3082048b570a515a12b /Misc | |
parent | 344f8316fd52205b19689dbdf44cfcfb338d127e (diff) | |
download | cpython-0a0d1da987118e11bc9c28937817facdcc9801cb.zip cpython-0a0d1da987118e11bc9c28937817facdcc9801cb.tar.gz cpython-0a0d1da987118e11bc9c28937817facdcc9801cb.tar.bz2 |
Issue #21707: Add missing kwonlyargcount argument to ModuleFinder.replace_paths_in_code().
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -27,6 +27,9 @@ Core and Builtins Library ------- +- Issue #21707: Add missing kwonlyargcount argument to + ModuleFinder.replace_paths_in_code(). + - Issue #20639: calling Path.with_suffix('') allows removing the suffix again. Patch by July Tikhonov. |