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

Guido van Rossum python-dev@python.org
Mon, 13 Nov 2000 12:21:11 -0800


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

Modified Files:
	pep-0042.txt 
Log Message:
Addtwo more wishes: kill thread, Python/python name conflict.


Index: pep-0042.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0042.txt,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -r1.43 -r1.44
*** pep-0042.txt	2000/11/06 18:49:06	1.43
--- pep-0042.txt	2000/11/13 20:21:08	1.44
***************
*** 216,219 ****
--- 216,224 ----
        <linuxqna@chollian.net>.]
  
+     - Killing a thread from another thread.  Or maybe sending a
+       signal.  Or maybe raising an asynchronous exception.
+ 
+       http://sourceforge.net/bugs/?func=detailbug&bug_id=121115&group_id=5470
+ 
  Tools
  
***************
*** 253,256 ****
--- 258,270 ----
  
        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
+       build target "python".  That's currently solved by abusing the
+       --with-suffix option, but that's not ideal (since that also
+       causes the binary to be *installed* as python.exe).  What should
+       be the solution?
+ 
+       http://sourceforge.net/bugs/?func=detailbug&bug_id=122215&group_id=5470