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 schlamar
Recipients ezio.melotti, giampaolo.rodola, hynek, janssen, loewis, pitrou, schlamar, terry.reedy
Date 2012-06-05.19:08:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338923282.15.0.675737699058.issue14907@psf.upfronthosting.co.za>
In-reply-to
Content
For example it is broken in the well known requests library:

>>> import requests
>>> requests.get('x', cert=u'öäü.pem')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  ...
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-2: ordinal not in range(128)
History
Date User Action Args
2012-06-05 19:08:02schlamarsetrecipients: + schlamar, loewis, terry.reedy, janssen, pitrou, giampaolo.rodola, ezio.melotti, hynek
2012-06-05 19:08:02schlamarsetmessageid: <1338923282.15.0.675737699058.issue14907@psf.upfronthosting.co.za>
2012-06-05 19:08:01schlamarlinkissue14907 messages
2012-06-05 19:08:01schlamarcreate