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

Guido van Rossum python-dev@python.org
Thu, 2 Nov 2000 08:54:22 -0800


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

Modified Files:
	pep-0042.txt 
Log Message:
Remove two rejected feature requests.


Index: pep-0042.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0042.txt,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -r1.41 -r1.42
*** pep-0042.txt	2000/11/01 22:28:42	1.41
--- pep-0042.txt	2000/11/02 16:54:19	1.42
***************
*** 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
  
--- 81,84 ----