Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Win32com (Python 3.8): identity versus equality comparison #3

Open
josephsl opened this issue Apr 17, 2020 · 0 comments
Open

Win32com (Python 3.8): identity versus equality comparison #3

josephsl opened this issue Apr 17, 2020 · 0 comments

Comments

@josephsl
Copy link

Hi,

Follow-up from nvaccess/nvda:10977:

When running scons launcher/dist from Python 3.8, syntax warning is printed for an identity comparison in win32com/client/makepy.py line 369. Specifically:

if path is not '' and not os.path.exists(path):

I expect this would have been fixed in win32com upstream, but won't hurt to make sure this is reported, as Py2exe still relies on win32com for certain operations.

Thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant