@@ -8,19 +8,20 @@ Note that build 228 was the last version supporting Python 2.
8
8
9
9
Since build 300:
10
10
----------------
11
- * CoClass objects should work better with special methods like __len__ etc.
12
- (#1699)
13
-
14
- * Creating a `win32crypt.CRYPT_ATTRIBUTE` object now correctly sets `cbData`.
15
-
16
- * COM objects are now registered with the full path to pythoncomXX.dll, fixes
17
- #1704.
18
-
19
11
* Fix some confusion on how dynamic COM object properties work. The old
20
12
code was confused, so there's a chance there will be some subtle
21
13
regression here - please open a bug if you find anything, but this
22
14
should fix #1427.
23
15
16
+ * COM objects are now registered with the full path to pythoncomXX.dll, fixes
17
+ #1704.
18
+
19
+ * Creating a `win32crypt.CRYPT_ATTRIBUTE` object now correctly sets `cbData`.
20
+
21
+ * Add wrap and unwrap operations defined in the GSSAPI to the sspi module
22
+ and enhance the examples given in this module.
23
+ (#1692, Emmanuel Coirier)
24
+
24
25
* Fix a bug in `win32profile.GetEnvironmentStrings()` relating to environment
25
26
variables with an equals sign (@maxim-krikun in #1661)
26
27
@@ -30,17 +31,16 @@ Since build 300:
30
31
31
32
* Added win32com.shell.SHGetKnownFolderPath() and related constants.
32
33
34
+ * CoClass objects should work better with special methods like __len__ etc.
35
+ (#1699)
36
+
33
37
* Shifted work in win32.lib.pywin32_bootstrap to Python's import system from
34
38
manual path manipulations (@wkschwartz in #1651)
35
39
36
40
* Fixed a bug where win32print.DeviceCapabilities would return strings
37
41
containing the null character followed by junk characters.
38
42
(#1654, #1660, Lincoln Puzey)
39
43
40
- * Add wrap and unwrap operations defined in the GSSAPI to the sspi module
41
- and enhance the examples given in this module.
42
- (#1692, Emmanuel Coirier)
43
-
44
44
Since build 228:
45
45
----------------
46
46
* Fixed a bug where win32com.client.VARIANT params were returned in the reverse
0 commit comments