]> granicus.if.org Git - python/commit
bpo-33549: Remove shim and deprecation warning to access DocumentLS.async. (GH-6924...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 17 May 2018 09:01:02 +0000 (02:01 -0700)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 17 May 2018 09:01:02 +0000 (12:01 +0300)
commit216a27766fab59f4dfecfae0c453f7f3fd478989
tree7c2044a1b8b2a68ee7d9f103c82ce871693c2ff6
parentd504108a88bd14a560dec875df682f4e581490e5
bpo-33549: Remove shim and deprecation warning to access DocumentLS.async. (GH-6924) (GH-6929)

`obj.async` is now a syntax error, so the warning/shim is
quasi-unnecessary.
(cherry picked from commit f90f5d5c1d95721e0ca0b1c302e3d13ed34753a8)

Co-authored-by: Matthias Bussonnier <bussonniermatthias@gmail.com>
Lib/test/test_minidom.py
Lib/xml/dom/xmlbuilder.py