commit | c1a44269da5ac707ed65346e42c233012d8d0759 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Jun 25 00:48:02 2013 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Jun 25 00:48:02 2013 +0200 |
tree | e2055c9f0c9246f5f6d870c102b329fa35dcaf30 | |
parent | 7dc9bd84df64fad6eeac42284f338e9f0049deb6 [diff] |
Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if the input string in longer than 2 gigabytes. The ssl module does not support partial write.