[Python-Dev] Where to report PyPI problem? (original) (raw)
Phillip J. Eby pje at telecommunity.com
Sun Dec 7 10:37:05 EST 2003
- Previous message: [Python-Dev] Weekly Python Bug/Patch Summary
- Next message: [Python-Dev] Where to report PyPI problem?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message: [Python-Dev] Weekly Python Bug/Patch Summary
- Next message: [Python-Dev] Where to report PyPI problem?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]