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: <1512835898.15.0.213398074469.issue32253@psf.upfronthosting.co.za> |
2017-12-09 16:11:38 | yselivanov | link | issue32253 messages |
2017-12-09 16:11:38 | yselivanov | create | |
|