]> granicus.if.org Git - python/commitdiff
Minimal change so I can add the rest of MAL's checkin message:
authorFred Drake <fdrake@acm.org>
Tue, 9 May 2000 19:54:43 +0000 (19:54 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 9 May 2000 19:54:43 +0000 (19:54 +0000)
M.-A. Lemburg <mal@lemburg.com>:
Fixed a core dump in PyUnicode_Format().

Objects/unicodeobject.c

index dd21a5f4fc1816d284d870a715754c5518b484dd..fa7c5ea2e61fe201d4b394ec9c29fbfd2935f9f2 100644 (file)
@@ -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 <mal@lemburg.com> according to the
 Unicode Integration Proposal (see file Misc/unicode.txt).
 
 (c) Copyright CNRI, All Rights Reserved. NO WARRANTY.