diff options
author | Kristján Valur Jónsson <kristjan@ccpgames.com> | 2012-04-07 11:23:31 (GMT) |
---|---|---|
committer | Kristján Valur Jónsson <kristjan@ccpgames.com> | 2012-04-07 11:23:31 (GMT) |
commit | 10f383a9376df13635bb53d5885d43297d0022cd (patch) | |
tree | c6ffb4eee7fabdaa0ffa87e5f6282e6b7a2e6f37 /Misc/NEWS | |
parent | 0f9eec19ee1652a61d4b2e860e599c617d88b707 (diff) | |
download | cpython-10f383a9376df13635bb53d5885d43297d0022cd.zip cpython-10f383a9376df13635bb53d5885d43297d0022cd.tar.gz cpython-10f383a9376df13635bb53d5885d43297d0022cd.tar.bz2 |
Issue #14310: inter-process socket duplication for windows
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -232,6 +232,9 @@ Library - 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 ----- |