[Python-Dev] Where to report PyPI problem? (original) (raw)
Aahz aahz at pythoncraft.com
Sun Dec 7 10:58:36 EST 2003
- Previous message: [Python-Dev] Where to report PyPI problem?
- Next message: [Python-Dev] Where to report PyPI problem?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
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.
- Previous message: [Python-Dev] Where to report PyPI problem?
- Next message: [Python-Dev] Where to report PyPI problem?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]