summaryrefslogtreecommitdiffstats
path: root/Objects
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-05-09 19:54:43 (GMT)
committerFred Drake <fdrake@acm.org>2000-05-09 19:54:43 (GMT)
commit785d14f965b7ff91e89e3c9e08c733e9351d9a7e (patch)
tree58bd7a221ba37097497fae4b2d6610111d340c0b /Objects
parente4315f58d212f080fe0ff132ff7bcfab5e862a75 (diff)
downloadcpython-785d14f965b7ff91e89e3c9e08c733e9351d9a7e.zip
cpython-785d14f965b7ff91e89e3c9e08c733e9351d9a7e.tar.gz
cpython-785d14f965b7ff91e89e3c9e08c733e9351d9a7e.tar.bz2
Minimal change so I can add the rest of MAL's checkin message:
M.-A. Lemburg <mal@lemburg.com>: Fixed a core dump in PyUnicode_Format().
Diffstat (limited to 'Objects')
-rw-r--r--Objects/unicodeobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c
index dd21a5f..fa7c5ea2 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 <mal@lemburg.com> according to the
Unicode Integration Proposal (see file Misc/unicode.txt).
(c) Copyright CNRI, All Rights Reserved. NO WARRANTY.