On Mon, Jan 18, 2010 at 2:57 PM, "Martin v. Löwis" <[email protected]>wrote:
> I would like to change the simple API in the following > ways, within a few days: > > 1. XML-escape href attributes to make the pages well-formed XML > (possibly other changes required for that as well, but I only > ran into lack of &) > 2. Make file paths relative (from http://pypi.python.org/packages > to ../../packages) > > Objections? > This should be tested with easy_install/pip. I'm pretty sure 2 will be fine but 1 could break things if those clients aren't doing unescaping. I'm pretty sure pip is not unescaping. -- Ian Bicking | http://blog.ianbicking.org | http://topplabs.org/civichacker
_______________________________________________ Catalog-SIG mailing list [email protected] http://mail.python.org/mailman/listinfo/catalog-sig
