File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,16 @@ Generally created by hand after running:
4
4
hg log -rb2xx: > log.out
5
5
However contributors are encouraged to add their own entries for their work.
6
6
7
+ Note that, baring some major issue building and cutting the release, build
8
+ 228 will be the last version supporting Python 2.
9
+
10
+ So long, Python 2, you served us well!
11
+
7
12
Since build 227:
8
13
----------------
14
+ * Support for for win32evtlog.EvtFormatMessage and EvtCreateRenderContext
15
+ (#1308)
16
+
9
17
* Support more elements in the SECURITY_LOGON_SESSION_DATA struct
10
18
returned by win32security.LsaGetLogonSession (#1515)
11
19
Original file line number Diff line number Diff line change 1
1
from __future__ import print_function
2
2
3
- build_id = "227.1 " # may optionally include a ".{patchno}" suffix.
3
+ build_id = "228 " # may optionally include a ".{patchno}" suffix.
4
4
# Putting build_id at the top prevents automatic __doc__ assignment, and
5
5
# I *want* the build number at the top :)
6
6
__doc__ = """This is a distutils setup-script for the pywin32 extensions
You can’t perform that action at this time.
0 commit comments