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 asvetlov
Recipients asvetlov, rhettinger, serhiy.storchaka, uranusjr, yselivanov
Date 2022-02-13.15:10:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644765057.13.0.673169405006.issue46622@roundup.psfhosted.org>
In-reply-to
Content
I have a design question.
Does `print(await a.hello)` look awkward?
I'm not speaking about correction.

In asyncio code I have seen before, `await val` means waiting for a future object. `await func()` means async function call.

`await obj.attr` looks more like a future waiting but, in fact, it is not.
Should we encourage such syntax?
I have no strong opinion here and like to hear other devs.
History
Date User Action Args
2022-02-13 15:10:57asvetlovsetrecipients: + asvetlov, rhettinger, serhiy.storchaka, yselivanov, uranusjr
2022-02-13 15:10:57asvetlovsetmessageid: <1644765057.13.0.673169405006.issue46622@roundup.psfhosted.org>
2022-02-13 15:10:57asvetlovlinkissue46622 messages
2022-02-13 15:10:57asvetlovcreate