This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mbussonn
Recipients mbussonn
Date 2018-05-16.21:33:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526506426.18.0.682650639539.issue33549@psf.upfronthosting.co.za>
In-reply-to
Content
`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.
History
Date User Action Args
2018-05-16 21:33:46mbussonnsetrecipients: + mbussonn
2018-05-16 21:33:46mbussonnsetmessageid: <1526506426.18.0.682650639539.issue33549@psf.upfronthosting.co.za>
2018-05-16 21:33:46mbussonnlinkissue33549 messages
2018-05-16 21:33:46mbussonncreate