The edit screen (e.g., http://pypi.python.org/pypi?:action=submit_form&name=virtualenv&version=1.3.3) uses wrap="HARD" in textareas, which causes corruption of otherwise OK ReST (uploaded via setup.py register) by introducing unwanted newlines. wrap="SOFT" would be better.
Also, it's tricky to updated ==dev links, because links from all versions are displayed on /simple/<package>, and the last link is used, which is the oldest link. Just inverting the order of the links would fix this; or at least inverting the links that are scraped from the descriptions. -- Ian Bicking | http://blog.ianbicking.org | http://topplabs.org/civichacker _______________________________________________ Catalog-SIG mailing list [email protected] http://mail.python.org/mailman/listinfo/catalog-sig
