Commit 11f15d49 authored by Lennart Regebro's avatar Lennart Regebro

Merge to HEAD: The ZEO unit tests and wo_pcgi.py didn't run on Windows if the...

Merge to HEAD: The ZEO unit tests and wo_pcgi.py didn't run on Windows if the path to the python executable included a space.
parent 976fba1d
...@@ -12,6 +12,12 @@ Zope Changes ...@@ -12,6 +12,12 @@ Zope Changes
objects to allow gathering of permission names for products like objects to allow gathering of permission names for products like
DocFinder and VerboseSecurity. DocFinder and VerboseSecurity.
Bugs Fixed
- The ZEO unit tests and wo_pcgi.py didn't run on Windows if the path
to the python executable included a space.
Zope 2.6.1 beta 2 Zope 2.6.1 beta 2
Bugs Fixed Bugs Fixed
......
...@@ -23,4 +23,4 @@ def build(): ...@@ -23,4 +23,4 @@ def build():
print '-'*78 print '-'*78
print 'Building extension modules' print 'Building extension modules'
do('%s setup.py build_ext -i' % sys.executable) do('"%s" setup.py build_ext -i' % sys.executable)
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