| commit | 3f63454e2258f8b187764066fca2cc2a9361b628 | [log] [tgz] |
|---|---|---|
| author | Martin v. Löwis <martin@v.loewis.de> | Thu Nov 09 11:06:30 2006 +0000 |
| committer | Martin v. Löwis <martin@v.loewis.de> | Thu Nov 09 11:06:30 2006 +0000 |
| tree | 14bfc812e6c73e853a608bf8b5d568bf120f6586 | |
| parent | 3ed5c2a277fcc2da2b52aa923e32d267e4be0dd5 [diff] [blame] |
Patch #838546: Make terminal become controlling in pty.fork().
diff --git a/Misc/NEWS b/Misc/NEWS index 5c575c9..6753554 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -70,6 +70,8 @@ Extension Modules ----------------- +- Patch #838546: Make terminal become controlling in pty.fork() + - Patch #1560695: Add .note.GNU-stack to ctypes' sysv.S so that ctypes isn't considered as requiring executable stacks.