[Python-checkins] CVS: python/dist/src/Python bltinmodule.c,2.242,2.243

Tim Peters tim_one@users.sourceforge.net
Mon, 29 Oct 2001 14:25:47 -0800


Update of /cvsroot/python/python/dist/src/Python
In directory usw-pr-cvs1:/tmp/cvs-serv28201/python/Python

Modified Files:
	bltinmodule.c 
Log Message:
Rename "dictionary" (type and constructor) to "dict".


Index: bltinmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/bltinmodule.c,v
retrieving revision 2.242
retrieving revision 2.243
diff -C2 -d -r2.242 -r2.243
*** bltinmodule.c	2001/10/24 20:42:55	2.242
--- bltinmodule.c	2001/10/29 22:25:45	2.243
***************
*** 1849,1853 ****
  	SETBUILTIN("complex",		&PyComplex_Type);
  #endif
! 	SETBUILTIN("dictionary",	&PyDict_Type);
  	SETBUILTIN("float",		&PyFloat_Type);
  	SETBUILTIN("property",		&PyProperty_Type);
--- 1849,1853 ----
  	SETBUILTIN("complex",		&PyComplex_Type);
  #endif
! 	SETBUILTIN("dict",		&PyDict_Type);
  	SETBUILTIN("float",		&PyFloat_Type);
  	SETBUILTIN("property",		&PyProperty_Type);