[Python-checkins] CVS: python/nondist/peps pep-0042.txt,1.40,1.41

Moshe Zadka python-dev@python.org
Wed, 1 Nov 2000 14:28:46 -0800


Update of /cvsroot/python/python/nondist/peps
In directory slayer.i.sourceforge.net:/tmp/cvs-serv5018

Modified Files:
	pep-0042.txt 
Log Message:
- Added PyX_Update() addition to the API request (120081)
- Added vars() enhancement request (120082)


Index: pep-0042.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0042.txt,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -r1.40 -r1.41
*** pep-0042.txt	2000/10/30 20:48:44	1.40
--- pep-0042.txt	2000/11/01 22:28:42	1.41
***************
*** 81,84 ****
--- 81,95 ----
        http://sourceforge.net/bugs/?func=detailbug&bug_id=116405&group_id=5470
  
+     - The C API should include a PyDict_Update() function which takes a
+       dictionary as its first argument, and an arbitrary mapping as its
+       second. Similarly there should probably be a PyMapping_Update() in the
+       abstract API (and several other dictionary methods in there too).  
+ 
+       http://sourceforge.net/bugs/?func=detailbug&bug_id=122081&group_id=5470
+ 
+     - Inside a function, vars() should include both locals() and globals()
+ 
+       http://sourceforge.net/bugs/?func=detailbug&bug_id=122082&group_id=5470
+ 
  Standard Library