[Python-Dev] Where to report PyPI problem? (original) (raw)
Phillip J. Eby pje at telecommunity.com
Sun Dec 7 13:26:03 EST 2003
- Previous message: [Python-Dev] Where to report PyPI problem?
- Next message: [Python-Dev] Int FutureWarnings and other 2.4 TODOs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.innerrun() > File "/usr/local/pypi/lib/pypi/webui.py", line 374, in innerrun > getattr(self, action)() > File "/usr/local/pypi/lib/pypi/webui.py", line 1209, in pkgedit > 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.
- Previous message: [Python-Dev] Where to report PyPI problem?
- Next message: [Python-Dev] Int FutureWarnings and other 2.4 TODOs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]