[issue2469] Fix build error in unicodeobject.c UCS4

2008-03-24 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: Oops, I made this error while correcting #2469. Thanks for catching it! committed as r61853. There is no buildbot configured with UCS4... -- nosy: +amaury.forgeotdarc resolution: -> fixed status: open -> closed __

[issue2469] Fix build error in unicodeobject.c UCS4

2008-03-23 Thread Benjamin Peterson
New submission from Benjamin Peterson <[EMAIL PROTECTED]>: For a time, the USC4 Python build was broken because of a typo in unicodeobject.c. Here's the simple fix. -- components: Unicode files: unicode_error_fix.patch keywords: patch messages: 64384 nosy: benjamin.peterson severity: nor