19 Aug
2008
19 Aug
'08
2:58 p.m.
On Aug 19, 2008, at 5:30 AM, Chris Withers wrote:
Hi All,
Why does the egg in the subject line exist
Because someone saw fit to release it. It's on download.zope.org/ distribution. It''s not in PyPI.
and why does buildout pick it over a stable release?
Because, like setuptools, it wants the newest release by default. You can use the prefer-final buildout option: [buildout] prefer-final = true ... to have buildout prefer final releases. Jim -- Jim Fulton Zope Corporation