@@ -14,6 +14,21 @@ https://mhammond.github.io/pywin32_installers.html .
1414Coming in build 311, as yet unreleased
1515--------------------------------------
1616* Fixed a regression that broke special __dunder__ methods with CoClass. (#1870, #2493, @Avasam, @geppi)
17+ * Added missing quotes and closing parenthesis to `win32com.client.build.MapEntry`'s `repr` (#2555, @Avasam)
18+ * The following classes will now use the correct subclass name in `repr`: (#2555, @Avasam)
19+ * `win32rcparser.StringDef`
20+ * `win32pdhquery.QueryError`
21+ * `pywin.tools.browser.HLIPythonObject`
22+ * `win32comext.axscript.client.pyscript.NamedScriptAttribute`
23+ * `win32comext.axscript.client.error.AXScriptException`
24+ * `win32comext.axdebug.debugger.ModuleTreeNode`
25+ * `win32com.server.exception.COMException`
26+ * `win32com.client.VARIANT`
27+ * The following classes now produce a valid `eval` string representation when calling `repr`: (#2555, @Avasam)
28+ * `pywin.tools.browser.HLIPythonObject`
29+ * `win32comext.axscript.client.pyscript.NamedScriptAttribute`
30+ * `win32comext.axscript.client.error.AXScriptException`
31+ * `win32com.server.exception.COMException`
1732
1833Build 310, released 2025/03/16
1934------------------------------
0 commit comments