[Patches] [Patch #103002] Fix for #116285: Properly raise UnicodeErrors

noreply@sourceforge.net noreply@sourceforge.net
Mon, 01 Jan 2001 14:18:52 -0800


Patch #103002 has been updated. 

Project: python
Category: library
Status: Open
Submitted by: loewis
Assigned to : lemburg
Summary: Fix for #116285: Properly raise UnicodeErrors

Follow-Ups:

Date: 2001-Jan-01 14:15
By: loewis

Comment:
As discussed on the mailing list, I put GvR as the copyright holder of this
change.
-------------------------------------------------------

Date: 2000-Dec-28 10:33
By: lemburg

Comment:
The patch looks OK (except for some minor cosmetic changes I would
apply).

My only problem with it is your copyright notice. AFAIK, patches to the
Python core cannot contain copyright notices without proper license
information. OTOH, I don't think that these minor changes really warrant
adding a complete license paragraph.

Wouldn't a line like 
"Additional changes to support decoding maps by Martin v. Loewis" suffice
?
Which changes these are would be immediately clear by looking at the
CVS history.
-------------------------------------------------------

Date: 2000-Dec-28 09:48
By: loewis

Comment:
This version of the patch only includes the changes to gencodec.py; not the
changes to the generated files.
-------------------------------------------------------

Date: 2000-Dec-23 03:46
By: lemburg

Comment:
Please upload the patch again in plain text format. The format you
used seems to be uuencoded gzipped -- not exactly readable
by human ;-)

Thanks.

-------------------------------------------------------

Date: 2000-Dec-22 06:08
By: loewis

Comment:
This patch corrects the error in PyUnicode_EncodeCharmap which would result
in a to-latin1 mapping even if the target character include these
characters.

-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=103002&group_id=5470