René's URL Explorer Experiment


Title: Issue 26045: Improve error message for http.client when posting unicode string - Python tracker

direct link

Domain: bugs.python.org

Nonetext/html; charset=utf-8

Links:

https://bugs.python.org/
Python Homehttps://www.python.org/
Abouthttps://www.python.org/about/
Newshttps://www.python.org/blogs/
Documentationhttps://www.python.org/doc/
Downloadshttps://www.python.org/downloads/
Communityhttps://www.python.org/community/
Foundationhttps://www.python.org/psf/
Developer's Guidehttps://devguide.python.org/
Issue Trackerhttps://bugs.python.org/
Searchhttps://bugs.python.org/issue?@template=search&status=1
Random Issuehttps://bugs.python.org/issue?@action=random
Issues with patchhttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Issues%20with%20patch&@startwith=0&@group=priority&keywords=2&@action=search&@filter=&@pagesize=50
Easy issueshttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Easy%20issues&@startwith=0&@group=priority&keywords=6&@action=search&@filter=&@pagesize=50
Statshttps://bugs.python.org/issue?@template=stats
Lost your login?https://bugs.python.org/user?@template=forgotten
User Listhttps://bugs.python.org/user?@sort=username
Committer Listhttps://bugs.python.org/user?iscommitter=1&@action=search&@sort=username&@pagesize=300
Tracker Documentationhttp://docs.python.org/devguide/triaging.html
Tracker Developmenthttp://wiki.python.org/moin/TrackerDevelopment
Report Tracker Problemhttps://github.com/python/psf-infra-meta/issues
https://github.com/python/cpython/issues
GitHubhttps://github.com/python/cpython/issues
see the GitHub FAQs in the Python's Developer Guide.https://devguide.python.org/gh-faq/
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/70233 https://github.com/python/cpython/issues/70233
Titlehttp://docs.python.org/devguide/triaging.html#title
Typehttp://docs.python.org/devguide/triaging.html#type
Stagehttp://docs.python.org/devguide/triaging.html#stage
Componentshttp://docs.python.org/devguide/triaging.html#components
Versionshttp://docs.python.org/devguide/triaging.html#versions
Statushttp://docs.python.org/devguide/triaging.html#status
Resolutionhttp://docs.python.org/devguide/triaging.html#resolution
Dependencieshttp://docs.python.org/devguide/triaging.html#dependencies
Supersederhttp://docs.python.org/devguide/triaging.html#superseder
Assigned Tohttp://docs.python.org/devguide/triaging.html#assigned-to
Nosy Listhttp://docs.python.org/devguide/triaging.html#nosy-list
Priorityhttp://docs.python.org/devguide/triaging.html#priority
Keywordshttp://docs.python.org/devguide/triaging.html#keywords
utfpatch.diffhttps://bugs.python.org/file41537/utfpatch.diff
reviewhttps://bugs.python.org/review/26045/#ps16308
utfpatch.v2.diffhttps://bugs.python.org/file41768/utfpatch.v2.diff
reviewhttps://bugs.python.org/review/26045/#ps16468
msg257721https://bugs.python.org/issue26045#msg257721
(view)https://bugs.python.org/msg257721
https://mail.python.org/pipermail/python-ideas/2016-January/037678.htmlhttps://mail.python.org/pipermail/python-ideas/2016-January/037678.html
https://mail.python.org/pipermail/python-ideas/2016-January/037680.htmlhttps://mail.python.org/pipermail/python-ideas/2016-January/037680.html
http://example.comhttp://example.com
http/client.pyhttps://github.com/python/cpython/blob/3.4/Lib/http/client.py#L1127
https://github.com/kennethreitz/requests/issues/2838https://github.com/kennethreitz/requests/issues/2838
https://github.com/kennethreitz/requests/issues/1822https://github.com/kennethreitz/requests/issues/1822
http://stackoverflow.com/questions/34618149/post-unicode-string-to-web-service-using-python-requests-libraryhttp://stackoverflow.com/questions/34618149/post-unicode-string-to-web-service-using-python-requests-library
https://www.reddit.com/r/learnpython/comments/3violw/unicodeencodeerror_when_searching_ebay_with/https://www.reddit.com/r/learnpython/comments/3violw/unicodeencodeerror_when_searching_ebay_with/
https://github.com/codecov/codecov-python/issues/35https://github.com/codecov/codecov-python/issues/35
https://github.com/google/google-api-python-client/issues/145https://github.com/google/google-api-python-client/issues/145
https://bugs.launchpad.net/ubuntu/+source/lazr.restfulclient/+bug/1414063https://bugs.launchpad.net/ubuntu/+source/lazr.restfulclient/+bug/1414063
msg257734https://bugs.python.org/issue26045#msg257734
(view)https://bugs.python.org/msg257734
https://docs.python.org/3.3/library/http.client.html#http.client.HTTPConnection.requesthttps://docs.python.org/3.3/library/http.client.html#http.client.HTTPConnection.request
https://docs.python.org/3/library/http.client.html#exampleshttps://docs.python.org/3/library/http.client.html#examples
msg257735https://bugs.python.org/issue26045#msg257735
(view)https://bugs.python.org/msg257735
msg257736https://bugs.python.org/issue26045#msg257736
(view)https://bugs.python.org/msg257736
msg257763https://bugs.python.org/issue26045#msg257763
(view)https://bugs.python.org/msg257763
msg257766https://bugs.python.org/issue26045#msg257766
(view)https://bugs.python.org/msg257766
msg257767https://bugs.python.org/issue26045#msg257767
(view)https://bugs.python.org/msg257767
http/client.pyhttps://github.com/python/cpython/blob/main/Lib/http/client.py#L1138
http/client.pyhttps://github.com/python/cpython/blob/main/Lib/http/client.py#L1062
http/client.pyhttps://github.com/python/cpython/blob/main/Lib/http/client.py#L161
msg257773https://bugs.python.org/issue26045#msg257773
(view)https://bugs.python.org/msg257773
msg257787https://bugs.python.org/issue26045#msg257787
(view)https://bugs.python.org/msg257787
https://tools.ietf.org/html/rfc7230#page-26https://tools.ietf.org/html/rfc7230#page-26
msg257788https://bugs.python.org/issue26045#msg257788
(view)https://bugs.python.org/msg257788
https://github.com/kennethreitz/requests/issues/1926https://github.com/kennethreitz/requests/issues/1926
msg259301https://bugs.python.org/issue26045#msg259301
(view)https://bugs.python.org/msg259301
http/client.pyhttps://github.com/python/cpython/blob/main/Lib/http/client.py#L1098
http/client.pyhttps://github.com/python/cpython/blob/main/Lib/http/client.py#L1142
http/client.pyhttps://github.com/python/cpython/blob/main/Lib/http/client.py#L161
msg259312https://bugs.python.org/issue26045#msg259312
(view)https://bugs.python.org/msg259312
msg259838https://bugs.python.org/issue26045#msg259838
(view)https://bugs.python.org/msg259838
966bd147ccb5https://hg.python.org/lookup/966bd147ccb5
#26045https://bugs.python.org/issue26045
https://hg.python.org/cpython/rev/966bd147ccb5https://hg.python.org/cpython/rev/966bd147ccb5
9896ead3cc1dhttps://hg.python.org/lookup/9896ead3cc1d
#26045https://bugs.python.org/issue26045
https://hg.python.org/cpython/rev/9896ead3cc1dhttps://hg.python.org/cpython/rev/9896ead3cc1d
python-devhttps://bugs.python.org/user13902
msg259838https://bugs.python.org/msg259838
msg259312https://bugs.python.org/msg259312
utfpatch.v2.diffhttps://bugs.python.org/file41768
msg259301https://bugs.python.org/msg259301
msg257788https://bugs.python.org/msg257788
msg257787https://bugs.python.org/msg257787
msg257773https://bugs.python.org/msg257773
msg257767https://bugs.python.org/msg257767
utfpatch.diffhttps://bugs.python.org/file41537
patchhttps://bugs.python.org/keyword2
msg257766https://bugs.python.org/msg257766
msg257763https://bugs.python.org/msg257763
msg257736https://bugs.python.org/msg257736
msg257735https://bugs.python.org/msg257735
martin.panterhttps://bugs.python.org/user14751
msg257734https://bugs.python.org/msg257734
gvanrossumhttps://bugs.python.org/user5
The Python Software Foundationhttps://python.org/psf-landing/
Rounduphttp://roundup.sourceforge.net
Python Software Foundationhttp://python.org/psf
Legal Statementshttp://python.org/about/legal

URLs of crawlers that visited me.