You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.txt
+1-17Lines changed: 1 addition & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -15,23 +15,7 @@ Coming in build 307, as yet unreleased
15
15
--------------------------------------
16
16
17
17
### pywin32
18
-
* Fixed accidentally trying to raise a `str` instead of an `Exception` in (#2270, @Avasam)
19
-
* `Pythonwin/pywin/debugger/debugger.py`
20
-
* `Pythonwin/pywin/framework/dlgappcore.py`
21
-
* `com/win32com/server/policy.py`
22
-
* `win32/Lib/regutil.py`
23
-
* `win32/scripts/VersionStamp/vssutil.py`
24
-
* Removed the following unused symbols. They were meant to be used as Exceptions, but were accidentally strings (#2270, #2269, @Avasam)
25
-
* `pywin.debugger.debugger.error`
26
-
* `pywin.framework.dlgappcore.error`
27
-
* `win32com.server.policy.error`
28
-
* `regutil.error`
29
-
* `win32.scripts.VersionStamp.vssutil.error`
30
-
* `win32com.universal.com_error`
31
-
* `win32com.client.build.error`
32
-
* `win32com.client.genpy.error`
33
-
* Add EnumDesktopWindows (#2219, @CristiFati)
34
-
* Marked `exc_type` and `exc_traceback` in `win32comext.axscript.client.error.AXScriptException.__init__` as deprecated. (#2236 , @Avasam)
18
+
* Marked `exc_type` and `exc_traceback` in `win32comext.axscript.client.error.AXScriptException.__init__` as deprecated.
35
19
They are now unused and all information is taken from the `exc_value` parameter.
36
20
* Fixed non-overriden `pywin.scintilla.formatter.Formatter.ColorizeString` raising `TypeError` instead of `RuntimeError` due to too many parameters (#2216, @Avasam)
37
21
* Fixed broken since Python 3 tokenization in `win32comext.axdebug.codecontainer.pySourceCodeContainer.GetSyntaxColorAttributes` (#2216, @Avasam)
0 commit comments