platform.system
is not treated the same way as sys.platform
#19039
Labels
Content-Length: 233054 | pFad | http://github.com/python/mypy/issues/19039
F6platform.system
is not treated the same way as sys.platform
#19039
Fetched URL: http://github.com/python/mypy/issues/19039
Alternative Proxies:
Uh oh!
There was an error while loading. Please reload this page.
Bug Report
It seems that conditions using
platform.system()
are not treated the same way as those usingsys.platform
. I'm not sure if this is a bug or a missing feature.To Reproduce
Your Environment
mypy.ini
(and other config files):The text was updated successfully, but these errors were encountered: