summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2014-07-07 11:58:12 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2014-07-07 11:58:12 (GMT)
commit0a0d1da987118e11bc9c28937817facdcc9801cb (patch)
tree9b2398c6bb7b2a6bebc5e3082048b570a515a12b /Misc/NEWS
parent344f8316fd52205b19689dbdf44cfcfb338d127e (diff)
downloadcpython-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/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 37d16eb..caa30ed 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.