[Python-bugs-list] [Bug #129288] urllib.quote et al do lowercase %xx

noreply@sourceforge.net noreply@sourceforge.net
Thu, 18 Jan 2001 19:28:42 -0800


Bug #129288, was updated on 2001-Jan-18 11:26
Here is a current snapshot of the bug.

Project: Python
Category: Python Library
Status: Closed
Resolution: Fixed
Bug Group: None
Priority: 5
Submitted by: nobody
Assigned to : gvanrossum
Summary: urllib.quote et al do lowercase %xx

Details: The python 2.0 urllib has %%%x as a format when quoting forbidden
characters.  There are scripts out there that break with lower case,
therefore I guess %%%X should be used.

Follow-Ups:

Date: 2001-Jan-18 19:28
By: gvanrossum

Comment:
Agreed.  Fixed in CVS, will be released with 2.1a1.

-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=129288&group_id=5470