bpo-33549: Remove shim and DeprecationWarning to access DocumentLS.async by Carreau · Pull Request #6924 · python/cpython

@Carreau

…sync

`obj.async` is now a syntax error, so the warning/shim is
quasi-unnecessary.

serhiy-storchaka

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

May 17, 2018
…sync. (pythonGH-6924)

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

Co-authored-by: Matthias Bussonnier <bussonniermatthias@gmail.com>

serhiy-storchaka pushed a commit that referenced this pull request

May 17, 2018
…sync. (GH-6924) (GH-6929)

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

Co-authored-by: Matthias Bussonnier <bussonniermatthias@gmail.com>