[Python-checkins] python/nondist/peps pep-0322.txt,1.12,1.13

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Mon Nov 3 16:31:56 EST 2003


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1:/tmp/cvs-serv7098

Modified Files:
	pep-0322.txt 
Log Message:
Aahz requested that the principal objection be clearly identified.

Index: pep-0322.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0322.txt,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** pep-0322.txt	3 Nov 2003 17:56:40 -0000	1.12
--- pep-0322.txt	3 Nov 2003 21:31:53 -0000	1.13
***************
*** 105,108 ****
--- 105,117 ----
  
  
+ Discussion
+ ==========
+ 
+ The case against adoption of the PEP is a desire to keep the number of
+ builtin functions small.  This needs to weighed against the simplicity
+ and convenience of having it as builtin instead of being tucked away in
+ some other namespace.
+ 
+ 
  Real World Use Cases
  ====================





More information about the Python-checkins mailing list