File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,8 +4,16 @@ Generally created by hand after running:
44 hg log -rb2xx: > log.out
55However contributors are encouraged to add their own entries for their work.
66
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+
712Since build 227:
813----------------
14+ * Support for for win32evtlog.EvtFormatMessage and EvtCreateRenderContext
15+ (#1308)
16+
917* Support more elements in the SECURITY_LOGON_SESSION_DATA struct
1018 returned by win32security.LsaGetLogonSession (#1515)
1119
Original file line number Diff line number Diff line change 11from __future__ import print_function
22
3- build_id = "227.1 " # may optionally include a ".{patchno}" suffix.
3+ build_id = "228 " # may optionally include a ".{patchno}" suffix.
44# Putting build_id at the top prevents automatic __doc__ assignment, and
55# I *want* the build number at the top :)
66__doc__ = """This is a distutils setup-script for the pywin32 extensions
You can’t perform that action at this time.
0 commit comments