kxrob
kxrob
pyflakes should handle unexpanded wildcards (via glob() or so) from commandline ``` pyflakes abc*.py ( 'abc*.py' in sys.argv ) ``` (e.g. on Windows, where there is no shell expansion)
pyflakes v2.2.0 (on PY3.7) barks incorrectly on complex expressions in named placeholders of classic format strings - which are valid Python3 & Python2. The bug was not in pyflakes v2.1.1...
On Windows I ran "C\python37\scripts\pip-autoremove tensorflow" and it removed things (like scipy) from my C:\Python27 installation in a weird way though tensorflow was not even installed there ! "python" &...
> The "legacy" Unicode object will be removed in Python 3.12 > with deprecated APIs. All Unicode objects will be "canonical" > since then. See PEP 623 for more information....
Necessary e.g. for the WMI scripting library
A random system32 version may even be older? Maybe the installer can make a hard link / sym link / copy of the dll, or move Pythonwin.exe besides python.exe ......