[Pypi-checkins] r852 - trunk/pypi
richard
python-checkins at python.org
Wed Aug 11 03:27:31 CEST 2010
Author: richard
Date: Wed Aug 11 03:27:31 2010
New Revision: 852
Modified:
trunk/pypi/webui.py
Log:
moar information
Modified: trunk/pypi/webui.py
==============================================================================
--- trunk/pypi/webui.py (original)
+++ trunk/pypi/webui.py Wed Aug 11 03:27:31 2010
@@ -995,7 +995,7 @@
raise NotFound, 'no releases'
info = self.store.get_package(name, version)
if not info:
- raise NotFound
+ raise NotFound, 'invalid name/version'
return info, name, version
def doap(self, name=None, version=None):
More information about the Pypi-checkins
mailing list