Skip to content

Commit

Permalink
Add EnumDesktopWindows && stuff (mhammond#2219)
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiFati authored and clin1234 committed Jun 7, 2024
1 parent 7806a13 commit 98c0d75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Coming in build 307, as yet unreleased
--------------------------------------

### pywin32
* Add EnumDesktopWindows (#2219, @CristiFati)
* Marked `exc_type` and `exc_traceback` in `win32comext.axscript.client.error.AXScriptException.__init__` as deprecated.
They are now unused and all information is taken from the `exc_value` parameter.
* Fixed non-overriden `pywin.scintilla.formatter.Formatter.ColorizeString` raising `TypeError` instead of `RuntimeError` due to too many parameters (#2216, @Avasam)
Expand Down
2 changes: 1 addition & 1 deletion win32/test/test_win32gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def enum_callback_sle(cls, handle, data):

@classmethod
def enum_callback_exc(cls, handle, data):
raise ValueError
raise ValueError()

@classmethod
def enum_callback(cls, handle, data):
Expand Down

0 comments on commit 98c0d75

Please sign in to comment.