bpo-30349: Raise FutureWarning for nested sets and set operations (#1553)

in regular expressions.
This commit is contained in:
Serhiy Storchaka 2017-11-16 12:38:26 +02:00 committed by GitHub
parent 3daaafb700
commit 05cb728d68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 106 additions and 9 deletions

View file

@ -300,7 +300,7 @@ whatsnew/3.2,,:gz,">>> with tarfile.open(name='myarchive.tar.gz', mode='w:gz') a
whatsnew/3.2,,:location,zope9-location = ${zope9:location}
whatsnew/3.2,,:prefix,zope-conf = ${custom:prefix}/etc/zope.conf
library/re,,`,!#$%&'*+-.^_`|~:
library/re,,`,!\#\$%&'\*\+\-\.\^_`\|~:
library/re,,`,!\#\$%\&'\*\+\-\.\^_`\|\~:
library/tarfile,,:xz,'x:xz'
library/xml.etree.elementtree,,:sometag,prefix:sometag
library/xml.etree.elementtree,,:fictional,"<actors xmlns:fictional=""http://characters.example.com"""

1 c-api/arg :ref PyArg_ParseTuple(args, "O|O:ref", &object, &callback)
300 whatsnew/3.2 :location zope9-location = ${zope9:location}
301 whatsnew/3.2 :prefix zope-conf = ${custom:prefix}/etc/zope.conf
302 library/re ` !#$%&'*+-.^_`|~:
303 library/re ` !\#\$%&'\*\+\-\.\^_`\|~: !\#\$%\&'\*\+\-\.\^_`\|\~:
304 library/tarfile :xz 'x:xz'
305 library/xml.etree.elementtree :sometag prefix:sometag
306 library/xml.etree.elementtree :fictional <actors xmlns:fictional="http://characters.example.com"