diff --git a/pep-0042.txt b/pep-0042.txt index 402771037..593bc9de6 100644 --- a/pep-0042.txt +++ b/pep-0042.txt @@ -215,6 +215,11 @@ Standard Library support). [No bug report; private email from Seo Junwon .] + - 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