From: Fred Drake Date: Tue, 9 May 2000 19:54:43 +0000 (+0000) Subject: Minimal change so I can add the rest of MAL's checkin message: X-Git-Tag: v2.0b1~1785 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=785d14f965b7ff91e89e3c9e08c733e9351d9a7e;p=thirdparty%2FPython%2Fcpython.git Minimal change so I can add the rest of MAL's checkin message: M.-A. Lemburg : Fixed a core dump in PyUnicode_Format(). --- diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c index dd21a5f4fc18..fa7c5ea2e61f 100644 --- a/Objects/unicodeobject.c +++ b/Objects/unicodeobject.c @@ -1,7 +1,7 @@ /* Unicode implementation based on original code by Fredrik Lundh, -modified by Marc-Andre Lemburg (mal@lemburg.com) according to the +modified by Marc-Andre Lemburg according to the Unicode Integration Proposal (see file Misc/unicode.txt). (c) Copyright CNRI, All Rights Reserved. NO WARRANTY.