[wwwsearch-commits] r36081 - wwwsearch/mechanize/trunk/examples

jjlee at codespeak.net jjlee at codespeak.net
Sun Dec 31 17:55:01 CET 2006


Author: jjlee
Date: Sun Dec 31 17:54:58 2006
New Revision: 36081

Modified:
   wwwsearch/mechanize/trunk/examples/pypi.py
Log:
Note non working-ness of pypi.py example script (it doesn't work because the PyPI search feature seems to have gone away)

Modified: wwwsearch/mechanize/trunk/examples/pypi.py
==============================================================================
--- wwwsearch/mechanize/trunk/examples/pypi.py	(original)
+++ wwwsearch/mechanize/trunk/examples/pypi.py	Sun Dec 31 17:54:58 2006
@@ -1,5 +1,10 @@
 #!/usr/bin/env python
 
+# ------------------------------------------------------------------------
+# THIS SCRIPT IS CURRENTLY NOT WORKING, SINCE PYPI's SEARCH FEATURE HAS
+# BEEN REMOVED!
+# ------------------------------------------------------------------------
+
 # Search PyPI, the Python Package Index, and retrieve latest mechanize
 # tarball.
 


More information about the wwwsearch-commits mailing list