[Python-Dev] Where to report PyPI problem?

Phillip J. Eby pje at telecommunity.com
Sun Dec 7 13:26:03 EST 2003


At 10:58 AM 12/7/03 -0500, Aahz wrote:
>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

Aha.  When I had hovered the "Bug Reports" link and saw a SourceForge link, 
I assumed it was the general Python bug reports page, not 
PyPI-specific.  Sorry about that.  I'll pop in a bug report there.  Thanks.




More information about the Python-Dev mailing list