]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30349: Raise FutureWarning for nested sets and set operations (#1553)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 16 Nov 2017 10:38:26 +0000 (12:38 +0200)
committerGitHub <noreply@github.com>
Thu, 16 Nov 2017 10:38:26 +0000 (12:38 +0200)
commit05cb728d68a278d11466f9a6c8258d914135c96c
treeda7fd67bdacf4239d820bcf40cad9f60cab9fb82
parent3daaafb700df45716bb55f3a293f88773baf3463
bpo-30349: Raise FutureWarning for nested sets and set operations (#1553)

in regular expressions.
Doc/library/re.rst
Doc/tools/susp-ignored.csv
Doc/whatsnew/3.7.rst
Lib/email/_header_value_parser.py
Lib/re.py
Lib/sre_parse.py
Lib/test/test_re.py
Misc/NEWS.d/next/Library/2017-10-05-12-45-29.bpo-30349.6zKJsF.rst [new file with mode: 0644]