Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pywin32 version 224 #1

Closed
wants to merge 4 commits into from
Closed

Add pywin32 version 224 #1

wants to merge 4 commits into from

Conversation

LeonarddeR
Copy link

@LeonarddeR LeonarddeR commented May 28, 2019

This pr populates this repository with a subset of pywin32, based on what is currently in misc-deps.

The following files were copied from the pywin32 installation into this repository:

  • All files from the root of the win32 dirctory
  • All files from the win32/lib dirctory
  • All files from the pywin32_system32 dirctory
  • The complete win32com dirctory
  • The complete win32comext dirctory
  • The pythoncom.py module

In comparison with the Python 2 version of pywin32 we used before, the following changes were observed:

  • deleted: _memimporter.pyd
  • deleted: pythoncom27.dll
  • new file: pythoncom37.dll
  • deleted: pythoncomloader27.dll (no replacement)
  • deleted: pywintypes27.dll
  • new file: pywintypes37.dll
  • deleted: win32com/decimal_23.py
  • deleted: win32comext/mapi/exchdapi.pyd
  • new file: win32comext/shell/demos/IFileOperationProgressSink.py
  • new file: win32comext/shell/demos/ITransferAdviseSink.py

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

Successfully merging this pull request may close these issues.

1 participant