summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-03-06 09:28:32 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-03-06 09:28:32 (GMT)
commitccdf352370da4acf2c3f1c77e4a21bc954b4dcf6 (patch)
treeba099c336d0c194e7ebf5678a470a2e8115633ef /Misc
parent25dded041fe532fcb041b6e68582bf76b4968132 (diff)
downloadcpython-ccdf352370da4acf2c3f1c77e4a21bc954b4dcf6.zip
cpython-ccdf352370da4acf2c3f1c77e4a21bc954b4dcf6.tar.gz
cpython-ccdf352370da4acf2c3f1c77e4a21bc954b4dcf6.tar.bz2
Issue #20283: RE pattern methods now accept the string keyword parameters
as documented. The pattern and source keyword parameters are left as deprecated aliases.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e32613f..62211f4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,6 +22,10 @@ Core and Builtins
Library
-------
+- Issue #20283: RE pattern methods now accept the string keyword parameters
+ as documented. The pattern and source keyword parameters are left as
+ deprecated aliases.
+
- Issue #20778: Fix modulefinder to work with bytecode-only modules.
- Issue #20791: copy.copy() now doesn't make a copy when the input is