Commit 2882c12c authored by Tim Peters's avatar Tim Peters

A one-character change to move to pywin32 build 205.

This should repair PySECURITY_ATTRIBUTES problems that
(mostly) Plone users report using recent Zopes on
Windows.

This change is in the 2.8.4 Windows installer I just
published on zope.org.  Alas, the 2.8.4 tarball there
(and the 2.8.4 tag) differs from the source used to build
the 2.8.4 Windows installer (by this one character,
bumping W32ALLVERSION in inst/WinBuilders/mk/python.mk).
parent bd7710cb
...@@ -6,7 +6,7 @@ PYVERSION_MAJOR=2 ...@@ -6,7 +6,7 @@ PYVERSION_MAJOR=2
PYVERSION_MINOR=3 PYVERSION_MINOR=3
PYVERSION_PATCH=5 PYVERSION_PATCH=5
PYVERSION=$(PYVERSION_MAJOR).$(PYVERSION_MINOR).$(PYVERSION_PATCH) PYVERSION=$(PYVERSION_MAJOR).$(PYVERSION_MINOR).$(PYVERSION_PATCH)
W32ALLVERSION=204 W32ALLVERSION=205
# CAUTION: Extracting files from Wise installers doesn't really do what # CAUTION: Extracting files from Wise installers doesn't really do what
# you expect. While a Wise installer is a zip file, the zip file # you expect. While a Wise installer is a zip file, the zip file
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment