Commit 05757604 authored by Gary Poster's avatar Gary Poster

try again to describe the change.

parent fc96bec3
...@@ -6,10 +6,14 @@ Change History ...@@ -6,10 +6,14 @@ Change History
New Features: New Features:
- Buildout can be safely used with a system Python, as long as you use the - Buildout can be safely used with a system Python (or any Python with code
new z3c.recipe.scripts recipe to generate scripts and interpreters, rather in site-packages), as long as you use the new z3c.recipe.scripts
than zc.recipe.egg (which is still a fully supported, and simpler, way of recipe to generate scripts and interpreters, rather than zc.recipe.egg.
generating scripts and interpreters if you are using a "clean" Python).
zc.recipe.egg is still a fully supported, and simpler, way of
generating scripts and interpreters if you are using a "clean" Python,
without code installed in site-packages. It keeps its previous behavior in
order to provide backwards compatibility.
(Note that this branch is incomplete in its implementation of this feature: (Note that this branch is incomplete in its implementation of this feature:
if eggs are in installed in site-packages but you do not want to use if eggs are in installed in site-packages but you do not want to use
......
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