[Python-bugs-list] [Bug #111961] urllib.quote and string.letters

noreply@sourceforge.net noreply@sourceforge.net
Thu, 31 Aug 2000 00:55:04 -0700


Bug #111961, was updated on 2000-Aug-15 07:31
Here is a current snapshot of the bug.

Project: Python
Category: Modules
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Summary: urllib.quote and string.letters

Details: urllib.quote() uses string.letters for determining,
if a character is save to be used in an url. In 
Python 1.5.2. this was only 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'.
This seems to have changed in Python1.6b1 (or maybe it
is the responsibility of the locale module) to 'abcdefghijklmnopqrstuvwxyz\337\340\341\342\343\344\345\346\347\350\351\352\353\354\355\356\357\360\361\362\363\364\365\366\
370\371\372\373\374\375\376\377ABCDEFGHIJKLMNOPQRSTUVWXYZ\300\301\302\303\304\305\306\307\310\311\312\313\314\315\316\317\32
0\321\322\323\324\325\326\330\331\332\333\334\335\336'
which changes the semantics of urllib.quote()

Follow-Ups:

Date: 2000-Aug-31 00:55
By: fdrake

Comment:
Moshe provided patch 101369 to fix this, and asked that the patch and bug be assigned to Jeremy.  (Moshe's net connection is flaky at the moment.)
-------------------------------------------------------

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