[Python-Dev] Where to report PyPI problem?

Aahz aahz at pythoncraft.com
Sun Dec 7 10:58:36 EST 2003


On Sun, Dec 07, 2003, Phillip J. Eby wrote:
>
> I was updating some release information today, and got this traceback:
> 
> Traceback (most recent call last):
>   File "/usr/local/pypi/lib/pypi/webui.py", line 99, in run
>     self.inner_run()
>   File "/usr/local/pypi/lib/pypi/webui.py", line 374, in inner_run
>     getattr(self, action)()
>   File "/usr/local/pypi/lib/pypi/webui.py", line 1209, in pkg_edit
>     info = reldict[ver]
> KeyError: 0.9.2%20%28bug%20fix%20release%29
> 
> It looks rather like PyPI's not decoding URL-escaped field names.  I'd 
> submit a patch, but I'm not sure where to find the source.  I poked around 
> the nondist tree in CVS, but didn't see it.

Didja see the "Contact Us" section on http://www.python.org/pypi
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

Weinberg's Second Law: If builders built buildings the way programmers wrote 
programs, then the first woodpecker that came along would destroy civilization.



More information about the Python-Dev mailing list