A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mail.python.org/pipermail/python-checkins/2001-January/014742.html below:

[Python-checkins] CVS: python/dist/src/Python bltinmodule.c,2.186,2.187

[Python-checkins] CVS: python/dist/src/Python bltinmodule.c,2.186,2.187Neil Schemenauer python-dev@python.org
Wed, 03 Jan 2001 17:48:45 -0800
Update of /cvsroot/python/python/dist/src/Python
In directory usw-pr-cvs1:/tmp/cvs-serv22928/Python

Modified Files:
	bltinmodule.c 
Log Message:
Add NotImplemented to the builtin module.


Index: bltinmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/bltinmodule.c,v
retrieving revision 2.186
retrieving revision 2.187
diff -C2 -r2.186 -r2.187
*** bltinmodule.c	2000/12/23 14:11:28	2.186
--- bltinmodule.c	2001/01/04 01:48:42	2.187
***************
*** 2262,2265 ****
--- 2262,2268 ----
  	if (PyDict_SetItemString(dict, "Ellipsis", Py_Ellipsis) < 0)
  		return NULL;
+ 	if (PyDict_SetItemString(dict, "NotImplemented", 
+ 				 Py_NotImplemented) < 0)
+ 		return NULL;
  	debug = PyInt_FromLong(Py_OptimizeFlag == 0);
  	if (PyDict_SetItemString(dict, "__debug__", debug) < 0) {




RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4