Daniel Diniz <aja...@gmail.com> added the comment:

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

----------
assignee:  -> georg.brandl
components: +Documentation
keywords: +easy
nosy: +ajaksu2, georg.brandl
priority:  -> low
stage:  -> needs patch
type:  -> feature request

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7007>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to