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 jimjjewett
Recipients gvanrossum, janssen, jimjjewett, loewis, mgiuca, orsenthil, pitrou, thomaspinckney3
Date 2008-08-06.21:03:10
SpamBayes Score 3.7314392e-06
Marked as misclassified No
Message-id <1218056592.2.0.824884568293.issue3300@psf.upfronthosting.co.za>
In-reply-to
Content
Matt pointed out that the email package assumes Latin-1 rather than UTF-8; I 
assume Bill could patch his patch the same way Matt did, and this would 
resolve the email tests.  (Unless you pronounce to stick with Latin-1)

The cookiejar failure probably has the same root cause; that test is 
encoding (non-ASCII) Latin-1 characters, and urllib.parse.py/Quoter assumes 
Latin-1.

So I see some evidence (probably not enough) for sticking with Latin-1 
instead of UTF-8.  But I don't see any evidence that fixing the semantics 
(encoded results should be bytes) at the same time made the conversion any 
more painful.  

On the other hand, Matt shows that some of those extra str->byte code 
changes might never need to be done at all, except for purity.
History
Date User Action Args
2008-08-06 21:03:12jimjjewettsetrecipients: + jimjjewett, gvanrossum, loewis, janssen, orsenthil, pitrou, thomaspinckney3, mgiuca
2008-08-06 21:03:12jimjjewettsetmessageid: <1218056592.2.0.824884568293.issue3300@psf.upfronthosting.co.za>
2008-08-06 21:03:11jimjjewettlinkissue3300 messages
2008-08-06 21:03:10jimjjewettcreate