This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: pimp.py incorrect dict test
Type: Stage:
Components: macOS Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: davidmlewis, jackjansen
Priority: normal Keywords: patch

Created on 2003-07-18 05:53 by davidmlewis, last changed 2022-04-10 16:10 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pimp-diff.txt davidmlewis, 2003-07-18 05:53 context diff of patch to pimp.py
Messages (2)
msg44305 - (view) Author: David Lewis (davidmlewis) Date: 2003-07-18 05:53
On line 588, the author put an if testing for the presence of 
the key 'Download-URL', but didn't use a get(). This causes a 
KeyError instead of the desired behavior.
msg44306 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2003-07-22 14:32
Logged In: YES 
user_id=45365

Fixed in pimp.py rev 1.27.
History
Date User Action Args
2022-04-10 16:10:02adminsetgithub: 38873
2003-07-18 05:53:13davidmlewiscreate