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 serhiy.storchaka
Recipients Elvis.Pranskevichus, bbayles, docs@python, miss-islington, ned.deily, serhiy.storchaka, yselivanov
Date 2018-03-24.10:27:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521887266.2.0.467229070634.issue32996@psf.upfronthosting.co.za>
In-reply-to
Content
Different projects solve the problem with async in different ways. Many of them rename "async" parameter to "async_". Some renames it to "_async" or replace with an opposite parameter "sync". Some projects keep supporting of "async" in older Python versions by using var-keyword parameters, but not all are aware of this possibility. If the preferable way be described in the What's New, it would help porting to 3.7.

Another important language change missed in the What's New is keeping insertion order in dicts.
History
Date User Action Args
2018-03-24 10:27:46serhiy.storchakasetrecipients: + serhiy.storchaka, ned.deily, Elvis.Pranskevichus, docs@python, yselivanov, bbayles, miss-islington
2018-03-24 10:27:46serhiy.storchakasetmessageid: <1521887266.2.0.467229070634.issue32996@psf.upfronthosting.co.za>
2018-03-24 10:27:46serhiy.storchakalinkissue32996 messages
2018-03-24 10:27:45serhiy.storchakacreate