[Python-checkins] CVS: python/dist/src/Include Python.h,2.13,2.14

Guido van Rossum guido@cnri.reston.va.us
Fri, 10 Mar 2000 17:34:02 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Include
In directory eric:/home/guido/hp/mal/py-patched/Include

Modified Files:
	Python.h 
Log Message:
Marc-Andre Lemburg: include unicodeobject.h and codecs.h

Index: Python.h
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Include/Python.h,v
retrieving revision 2.13
retrieving revision 2.14
diff -C2 -r2.13 -r2.14
*** Python.h	1999/01/03 12:40:22	2.13
--- Python.h	2000/03/10 22:34:00	2.14
***************
*** 93,97 ****
--- 93,99 ----
  #include "traceback.h"
  #include "sliceobject.h"
+ #include "unicodeobject.h"
  
+ #include "codecs.h"
  #include "pyerrors.h"
  #include "mymalloc.h"