New submission from Matthias Bussonnier <bussonniermatth...@gmail.com>:

`Lib/xml/dom/xmlbuilder's DocumentLS try to catch the use of `obj.asyc` and 
warn that it's now `obj.async_`. Though now that async is a proper keyword 
`obj.async` is anyway SyntaxError, so the warning will likely almost never be 
displayed. I guess one could still use getattr/setattr, but I doubt this is the 
most common use case this was meant to prevent.

----------
messages: 316871
nosy: mbussonn
priority: normal
severity: normal
status: open
title: xmlbuilder's `_AsyncDeprecatedProperty` make no sens now that async is a 
keyword.

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33549>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to