Message316871
| 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:46 | mbussonn | set | recipients: + mbussonn |
| 2018-05-16 21:33:46 | mbussonn | set | messageid: <1526506426.18.0.682650639539.issue33549@psf.upfronthosting.co.za> |
| 2018-05-16 21:33:46 | mbussonn | link | issue33549 messages |
| 2018-05-16 21:33:46 | mbussonn | create | |