On Fri, Jan 23, 2009 at 9:09 AM, Andreas Jung <[email protected]> wrote: > the simplex index also contains stuff belonging to hidden releases. > Is this intentional?
Yes. Projects that are already using a version still need to be able to find the releases; this is common for projects that specify exact versions for deployment purposes. The simple index is the right place for this; tools like setuptools and zc.buildout use the simple index for automated operations by default. The web UI doesn't show hidden releases, which is fine for interactive users. -Fred -- Fred L. Drake, Jr. <fdrake at gmail.com> "Chaos is the score upon which reality is written." --Henry Miller _______________________________________________ Catalog-SIG mailing list [email protected] http://mail.python.org/mailman/listinfo/catalog-sig
