> I cannot figure out how to modify old releases on PyPI. This page: > > http://pypi.python.org/simple/pysqlite/ > > has lots of dead links for older releases of pysqlite (anything > pointing to pysqlite.org or initd.org).
You need to edit or remove the old releases, on their respective edit pages, e.g. http://pypi.python.org/pypi?name=pysqlite&version=2.3.4&:action=submit_form http://pypi.python.org/pypi?%3Aaction=pkg_edit&name=pysqlite If the download for such an old release is no longer available, I recommend to delete the release from PyPI as well. Regards, Martin _______________________________________________ Catalog-SIG mailing list [email protected] http://mail.python.org/mailman/listinfo/catalog-sig
