diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-03-06 09:36:15 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-03-06 09:36:15 (GMT) |
commit | a537eb45fd964dea378e78efa6c576dc00666f2a (patch) | |
tree | e9561816f372d734b7c1e1cad56b2511ca757c50 /Misc/NEWS | |
parent | e6a537976e918cca58c1b8c52fd4557b360bb3f8 (diff) | |
parent | ccdf352370da4acf2c3f1c77e4a21bc954b4dcf6 (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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). |