[Python-checkins] CVS: python/dist/src/Objects unicodeobject.c,2.20,2.21

Fred Drake python-dev@python.org
Tue, 9 May 2000 15:54:46 -0400


Update of /projects/cvsroot/python/dist/src/Objects
In directory seahag.cnri.reston.va.us:/home/fdrake/projects/python/Objects

Modified Files:
	unicodeobject.c 
Log Message:

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().


Index: unicodeobject.c
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Objects/unicodeobject.c,v
retrieving revision 2.20
retrieving revision 2.21
diff -C2 -r2.20 -r2.21
*** unicodeobject.c	2000/05/09 19:53:39	2.20
--- unicodeobject.c	2000/05/09 19:54:43	2.21
***************
*** 2,6 ****
  
  Unicode implementation based on original code by Fredrik Lundh,
! modified by Marc-Andre Lemburg (mal@lemburg.com) according to the
  Unicode Integration Proposal (see file Misc/unicode.txt).
  
--- 2,6 ----
  
  Unicode implementation based on original code by Fredrik Lundh,
! modified by Marc-Andre Lemburg <mal@lemburg.com> according to the
  Unicode Integration Proposal (see file Misc/unicode.txt).