Skip to content

Commit ee66689

Browse files
committed
build 301
1 parent a921128 commit ee66689

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

CHANGES.txt

+12-12
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,20 @@ Note that build 228 was the last version supporting Python 2.
88

99
Since build 300:
1010
----------------
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-
1911
* Fix some confusion on how dynamic COM object properties work. The old
2012
code was confused, so there's a chance there will be some subtle
2113
regression here - please open a bug if you find anything, but this
2214
should fix #1427.
2315

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+
2425
* Fix a bug in `win32profile.GetEnvironmentStrings()` relating to environment
2526
variables with an equals sign (@maxim-krikun in #1661)
2627

@@ -30,17 +31,16 @@ Since build 300:
3031

3132
* Added win32com.shell.SHGetKnownFolderPath() and related constants.
3233

34+
* CoClass objects should work better with special methods like __len__ etc.
35+
(#1699)
36+
3337
* Shifted work in win32.lib.pywin32_bootstrap to Python's import system from
3438
manual path manipulations (@wkschwartz in #1651)
3539

3640
* Fixed a bug where win32print.DeviceCapabilities would return strings
3741
containing the null character followed by junk characters.
3842
(#1654, #1660, Lincoln Puzey)
3943

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-
4444
Since build 228:
4545
----------------
4646
* Fixed a bug where win32com.client.VARIANT params were returned in the reverse

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
build_id="300.1" # may optionally include a ".{patchno}" suffix.
1+
build_id="301" # may optionally include a ".{patchno}" suffix.
22
# Putting build_id at the top prevents automatic __doc__ assignment, and
33
# I *want* the build number at the top :)
44
__doc__="""This is a distutils setup-script for the pywin32 extensions

0 commit comments

Comments
 (0)