commit | 10f383a9376df13635bb53d5885d43297d0022cd | [log] [tgz] |
---|---|---|
author | Kristján Valur Jónsson <kristjan@ccpgames.com> | Sat Apr 07 11:23:31 2012 +0000 |
committer | Kristján Valur Jónsson <kristjan@ccpgames.com> | Sat Apr 07 11:23:31 2012 +0000 |
tree | c6ffb4eee7fabdaa0ffa87e5f6282e6b7a2e6f37 | |
parent | 0f9eec19ee1652a61d4b2e860e599c617d88b707 [diff] [blame] |
Issue #14310: inter-process socket duplication for windows
diff --git a/Misc/NEWS b/Misc/NEWS index 29bf33a..5164fbf 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -232,6 +232,9 @@ - Issue #14210: pdb now has tab-completion not only for command names, but also for their arguments, wherever possible. +- Issue #14310: Sockets can now be with other processes on Windows using + the api socket.socket.share() and socket.fromshare(). + Build -----