Message307903
> This can make harder writing portable code that works in 2.7, 3.4 and 3.7.
asyncio for Python 3.4 is fairly outdated. Most of the async packages today require 3.5+, as they usually use async/await syntax. I say this sort of backwards compatibility (showing a warning) isn't really a big concern. A bigger concern for us is new code using 'with await lock' pattern, hence the warning. |
|
| Date |
User |
Action |
Args |
| 2017-12-09 16:11:38 | yselivanov | set | recipients:
+ yselivanov, asvetlov, serhiy.storchaka |
| 2017-12-09 16:11:38 | yselivanov | set | messageid: <[email protected]> |
| 2017-12-09 16:11:38 | yselivanov | link | issue32253 messages |
| 2017-12-09 16:11:38 | yselivanov | create | |
|