-
Notifications
You must be signed in to change notification settings - Fork 799
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
Remove temporary win32com.server.policy
reexports hack marked for removal over 25 years ago
#2344
Remove temporary win32com.server.policy
reexports hack marked for removal over 25 years ago
#2344
Conversation
e733ef7
to
c8344f1
Compare
c8344f1
to
bf873c8
Compare
@@ -14,6 +14,8 @@ https://mhammond.github.io/pywin32_installers.html. | |||
Coming in build 309, as yet unreleased | |||
-------------------------------------- | |||
|
|||
* Remove temporary `win32com.server.policy` reexports hack (#2344, @Avasam) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think there's a need for a changelog entry here - we should only add them for things people might possibly notice.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some very old code could reference win32com.server.policy.DispatcherWin32trace
or win32com.server.policy.DispatcherTrace
. I could make that clearer in the changelog. Or remove the change entry entirely if you still prefer that.
* Remove temporary `win32com.server.policy` reexports hack (#2344, @Avasam) | |
* Remove temporary `win32com.server.policy` reexports hack (#2344, @Avasam) | |
Import `DispatcherWin32trace` and `DispatcherTrace` from `win32com.server.dispatcher` instead. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fair enough, a note makes sense then
No description provided.