summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-03-06 09:36:15 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-03-06 09:36:15 (GMT)
commita537eb45fd964dea378e78efa6c576dc00666f2a (patch)
treee9561816f372d734b7c1e1cad56b2511ca757c50 /Misc/NEWS
parente6a537976e918cca58c1b8c52fd4557b360bb3f8 (diff)
parentccdf352370da4acf2c3f1c77e4a21bc954b4dcf6 (diff)
downloadcpython-a537eb45fd964dea378e78efa6c576dc00666f2a.zip
cpython-a537eb45fd964dea378e78efa6c576dc00666f2a.tar.gz
cpython-a537eb45fd964dea378e78efa6c576dc00666f2a.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/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1da5d64..1b6516f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -20,6 +20,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 #20839: Don't trigger a DeprecationWarning in the still supported
pkgutil.get_loader() API when __loader__ isn't set on a module (nor
when pkgutil.find_loader() is called directly).