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

Guido van Rossum gvanrossum@users.sourceforge.net
Thu, 09 Aug 2001 08:42:13 -0700


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv22261

Modified Files:
	pep-0042.txt 
Log Message:
The getopt wish is fulfilled!

Add wish about building a shared lib.


Index: pep-0042.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0042.txt,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -d -r1.52 -r1.53
*** pep-0042.txt	2001/08/01 20:11:56	1.52
--- pep-0042.txt	2001/08/09 15:42:11	1.53
***************
*** 272,281 ****
        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
- 
      - There's a name conflict on case insensitive filesystems (in
        particular Mac OSX) between the directory "Python" and the key
--- 272,275 ----
***************
*** 294,297 ****
--- 288,296 ----
  
        http://sourceforge.net/bugs/?func=detailbug&bug_id=119221&group_id=5470
+ 
+     - There should be at least an option to build Python as a shared
+       library.
+ 
+       http://sf.net/tracker/index.php?func=detail&aid=400938&group_id=5470&atid=305470