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.

Author ajaksu2
Recipients MLModel, ajaksu2, georg.brandl
Date 2010-04-09.00:01:54
SpamBayes Score 0.0005428127
Marked as misclassified No
Message-id <1270771316.66.0.202575525149.issue7007@psf.upfronthosting.co.za>
In-reply-to
Content
Hits from py3k:

Doc/library/urllib.rst:239:   Convert a mapping object or a sequence of two-element tuples  to a "url-encoded"

Doc/library/urllib.rst:263:   Convert the path component *path* from an encoded URL to the local syntax for a

Doc/library/urlparse.rst:112:   values in URL encoded queries should be treated as blank strings.   A true value

Doc/library/urlparse.rst:135:   values in URL encoded queries should be treated as blank strings.   A true value

Doc/library/logging.rst:2347:      Sends the record to the Web server as an URL-encoded dictionary.

Lib/logging/handlers.py:1021:        Send the record to the Web server as an URL-encoded dictionary

Lib/cgi.py:135:            URL encoded forms should be treated as blank strings.

Lib/cgi.py:414:            URL encoded forms should be treated as blank strings.

Lib/urlparse.py:297:        qs: URL-encoded query string to be parsed

Lib/urlparse.py:300:            URL encoded queries should be treated as blank strings.

Lib/urlparse.py:323:    qs: URL-encoded query string to be parsed

Lib/urlparse.py:326:        URL encoded queries should be treated as blank strings.  A
History
Date User Action Args
2010-04-09 00:01:57ajaksu2setrecipients: + ajaksu2, georg.brandl, MLModel
2010-04-09 00:01:56ajaksu2setmessageid: <1270771316.66.0.202575525149.issue7007@psf.upfronthosting.co.za>
2010-04-09 00:01:55ajaksu2linkissue7007 messages
2010-04-09 00:01:54ajaksu2create