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

Guido van Rossum python-dev@python.org
Thu, 12 Oct 2000 15:07:53 -0700


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

Modified Files:
	pep-0042.txt 
Log Message:
Add Tim's getopt wish.


Index: pep-0042.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0042.txt,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -r1.36 -r1.37
*** pep-0042.txt	2000/10/12 16:17:36	1.36
--- pep-0042.txt	2000/10/12 22:07:49	1.37
***************
*** 238,241 ****
--- 238,246 ----
        http://sourceforge.net/bugs/?func=detailbug&bug_id=116326&group_id=5470
  
+     - We should rename and rationalize the API getopt.c provides, and
+       always use this, instead of trying to rely on the platform
+       getopt and fighting with its prototype.
+ 
+       http://www.python.org/pipermail/python-dev/2000-October/016620.html