[Python-checkins] python/dist/src/Lib types.py,1.29,1.30

jvr@users.sourceforge.net jvr@users.sourceforge.net
Mon, 10 Feb 2003 11:38:42 -0800


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1:/tmp/cvs-serv27736/Lib

Modified Files:
	types.py 
Log Message:
[ 683376 ] Adding NotImplementedType to types.py

Index: types.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/types.py,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** types.py	14 Jun 2002 20:41:13 -0000	1.29
--- types.py	10 Feb 2003 19:38:33 -0000	1.30
***************
*** 86,89 ****
--- 86,90 ----
  
  DictProxyType = type(TypeType.__dict__)
+ NotImplementedType = type(NotImplemented)
  
  del sys, _f, _C, _x                  # Not for export