[Python-checkins] python/dist/src/PC/os2emx python23.def,1.3,1.4

aimacintyre@users.sourceforge.net aimacintyre@users.sourceforge.net
Mon, 10 Jun 2002 01:05:28 -0700


Update of /cvsroot/python/python/dist/src/PC/os2emx
In directory usw-pr-cvs1:/tmp/cvs-serv17758

Modified Files:
	python23.def 
Log Message:
refresh to pick up recent changes

Index: python23.def
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/os2emx/python23.def,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** python23.def	30 Apr 2002 12:06:23 -0000	1.3
--- python23.def	10 Jun 2002 08:05:26 -0000	1.4
***************
*** 335,338 ****
--- 335,339 ----
    "PyList_AsTuple"
    "PyList_Type"
+   "PyListIter_Type"
  
  ; From python23_s.lib(longobject)
***************
*** 466,469 ****
--- 467,471 ----
    "_Py_ReleaseInternedStrings"
    "PyString_Type"
+   "PyBaseString_Type"
  
  ; From python23_s.lib(structseq)
***************
*** 616,619 ****
--- 618,622 ----
    "PyExc_UserWarning"
    "PyExc_DeprecationWarning"
+   "PyExc_PendingDeprecationWarning"
    "PyExc_SyntaxWarning"
    "PyExc_OverflowWarning"
***************
*** 942,946 ****
  ; From python23_s.lib(threadmodule)
  ;  "initthread"
- 
- ; From python23_s.lib(_sre)
- ;  "init_sre"
--- 945,946 ----