diff options
author | Robert Collins <rbtcollins@hp.com> | 2015-08-06 22:22:54 (GMT) |
---|---|---|
committer | Robert Collins <rbtcollins@hp.com> | 2015-08-06 22:22:54 (GMT) |
commit | d84b29f8050f96b981dc13b2e63f7a91358c74a3 (patch) | |
tree | 6f9796b115978f800e863c5b1191ca2383935389 /Misc | |
parent | 159fbdd805e23e54ba7830ec2c492a511a6d8e89 (diff) | |
download | cpython-d84b29f8050f96b981dc13b2e63f7a91358c74a3.zip cpython-d84b29f8050f96b981dc13b2e63f7a91358c74a3.tar.gz cpython-d84b29f8050f96b981dc13b2e63f7a91358c74a3.tar.bz2 |
Issue #4395: Better testing and documentation of binary operators.
Patch by Martin Panter.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ Release date: tba Core and Builtins ----------------- +- Issue #4395: Better testing and documentation of binary operators. + Patch by Martin Panter. + - Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray object now always allocates place for trailing null byte and it's buffer now is always null-terminated. |