]> granicus.if.org Git - python/commit
bpo-33549: Remove shim and deprecation warning to access DocumentLS.async. (GH-6924)
authorMatthias Bussonnier <bussonniermatthias@gmail.com>
Thu, 17 May 2018 08:16:12 +0000 (01:16 -0700)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 17 May 2018 08:16:12 +0000 (11:16 +0300)
commitf90f5d5c1d95721e0ca0b1c302e3d13ed34753a8
tree6cfb0f3881f6d5aa7c775be2efe09d01eca1df3d
parentd5f144260886959c1fe06bc4506a23fd10f92348
bpo-33549: Remove shim and deprecation warning to access DocumentLS.async. (GH-6924)

`obj.async` is now a syntax error, so the warning/shim is
quasi-unnecessary.
Lib/test/test_minidom.py
Lib/xml/dom/xmlbuilder.py