Addtwo more wishes: kill thread, Python/python name conflict.
This commit is contained in:
parent
e14d1ba7c4
commit
204cf5b783
14
pep-0042.txt
14
pep-0042.txt
|
@ -215,6 +215,11 @@ Standard Library
|
|||
support). [No bug report; private email from Seo Junwon
|
||||
<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
|
||||
|
||||
- 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
|
||||
|
||||
- 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:
|
||||
mode: indented-text
|
||||
|
|
Loading…
Reference in New Issue