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