summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2014-07-07 11:59:47 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2014-07-07 11:59:47 (GMT)
commit7a5a8c8f7c76c8c632b7570827dd93c6c729b740 (patch)
tree23e6c5e4011e1825cf7d4e917168e0b52e148764 /Misc
parentf2c4ba120767e0e627844c2d8397462b5b2b86ca (diff)
parent0a0d1da987118e11bc9c28937817facdcc9801cb (diff)
downloadcpython-7a5a8c8f7c76c8c632b7570827dd93c6c729b740.zip
cpython-7a5a8c8f7c76c8c632b7570827dd93c6c729b740.tar.gz
cpython-7a5a8c8f7c76c8c632b7570827dd93c6c729b740.tar.bz2
Issue #21707: Merge with 3.4.
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 ca703fb..1b760e7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -108,6 +108,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.