pympv icon indicating copy to clipboard operation
pympv copied to clipboard

`async` becomes a keyword in Py 3.7

Open rr- opened this issue 6 years ago • 0 comments

Regarding async parameter for command and set_property:

W606 'async' and 'await' are reserved keywords starting with Python 3.7

Better safe than sorry and guard against that change before it goes live :)

rr- avatar May 26 '18 16:05 rr-