[Checkins] SVN: zc.buildout/branches/gary-5/ merge from gary-4

Gary Poster gary.poster at canonical.com
Tue Feb 23 15:34:08 EST 2010


Log message for revision 109383:
  merge from gary-4

Changed:
  _U  zc.buildout/branches/gary-5/
  U   zc.buildout/branches/gary-5/CHANGES.txt

-=-

Property changes on: zc.buildout/branches/gary-5
___________________________________________________________________
Modified: svn:mergeinfo
   - /zc.buildout/branches/gary-4:109328-109332
/zc.buildout/branches/gary-2:108913,109099
/zc.buildout/branches/gary-3:108914,109100
/zc.buildout/branches/gary-1:109098

   + /zc.buildout/branches/gary-4:109328-109332,109382
/zc.buildout/branches/gary-2:108913,109099
/zc.buildout/branches/gary-3:108914,109100
/zc.buildout/branches/gary-1:109098

Modified: svk:merge
   - 62d5b8a3-27da-0310-9561-8e5933582275:/zc.buildout/branches/gary-3:109100
62d5b8a3-27da-0310-9561-8e5933582275:/zc.buildout/branches/gary-4:109332

   + 62d5b8a3-27da-0310-9561-8e5933582275:/zc.buildout/branches/gary-3:109100
62d5b8a3-27da-0310-9561-8e5933582275:/zc.buildout/branches/gary-4:109332
62d5b8a3-27da-0310-9561-8e5933582275:/zc.buildout/branches/gary-4:109382


Modified: zc.buildout/branches/gary-5/CHANGES.txt
===================================================================
--- zc.buildout/branches/gary-5/CHANGES.txt	2010-02-23 20:32:45 UTC (rev 109382)
+++ zc.buildout/branches/gary-5/CHANGES.txt	2010-02-23 20:34:07 UTC (rev 109383)
@@ -6,11 +6,15 @@
 
 New Features:
 
-- Buildout can be safely used with a system Python, as long as you use the
-  new z3c.recipe.scripts recipe to generate scripts and interpreters, rather
-  than zc.recipe.egg (which is still a fully supported, and simpler, way of
-  generating scripts and interpreters if you are using a "clean" Python).
+- Buildout can be safely used with a system Python (or any Python with code
+  in site-packages), as long as you use the new z3c.recipe.scripts
+  recipe to generate scripts and interpreters, rather than zc.recipe.egg.
 
+  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:
   if eggs are in installed in site-packages but you do not want to use
   site-packages, the eggs will drag in site-packages even if you try to



More information about the checkins mailing list