File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11
11
As of build 305, installation .exe files have been deprecated; see
12
12
https://mhammond.github.io/pywin32_installers.html.
13
13
14
- Coming in build 305 , as yet unreleased
14
+ Coming in build 306 , as yet unreleased
15
15
--------------------------------------
16
+
17
+ Build 305, released 2022-11-06
18
+ ------------------------------
16
19
* Installation .exe files were deprecated.
17
20
18
21
* @kxrob put a lot of work towards removing use of the deprecated Unicode
19
22
API so we can build on Python 3.12. This should be largely invisible, but
20
23
please report any unintended consequences.
21
24
25
+ * odbc: Handle `varchar(max)`/`nvarchar(max)` column sizes (#1954)
26
+
22
27
* win32api.GetTickCount() now returns an unsigned 64bit integer (@kxrob, #1946)
23
28
24
29
* win32pipe.GetNamedPipeHandleState() now takes a 3rd optional param
Original file line number Diff line number Diff line change 1
- build_id = "304.1 " # may optionally include a ".{patchno}" suffix.
1
+ build_id = "305 " # may optionally include a ".{patchno}" suffix.
2
2
3
3
__doc__ = """This is a distutils setup-script for the pywin32 extensions.
4
4
You can’t perform that action at this time.
0 commit comments