|
|
|
|
|
by samwillis
1652 days ago
|
|
I believe they chose the 'a...' pattern as it matches other apis in the standard library - it also makes it explicit but concise. I can't see it being dropped any time the future, Django will always have a sync api, that won't be dropped. And there is no way in (current) python to combine a sync and async api into a single method. |
|