Addtwo more wishes: kill thread, Python/python name conflict.

This commit is contained in:
Guido van Rossum 2000-11-13 20:21:08 +00:00
parent e14d1ba7c4
commit 204cf5b783
1 changed files with 14 additions and 0 deletions

View File

@ -215,6 +215,11 @@ Standard Library
support). [No bug report; private email from Seo Junwon support). [No bug report; private email from Seo Junwon
<linuxqna@chollian.net>.] <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 Tools
- IDLE should reload & recompile modules changed externally. To - IDLE should reload & recompile modules changed externally. To
@ -253,6 +258,15 @@ Building and Installing
http://www.python.org/pipermail/python-dev/2000-October/016620.html 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
Local Variables: Local Variables:
mode: indented-text mode: indented-text