diff options
author | Robert Collins <rbtcollins@hp.com> | 2015-08-06 22:32:15 (GMT) |
---|---|---|
committer | Robert Collins <rbtcollins@hp.com> | 2015-08-06 22:32:15 (GMT) |
commit | 00cf3c394a7264e8cadd35adacde639c56bd089a (patch) | |
tree | f73bf6278ee8997177b09c161bf59a85e411cb12 /Misc | |
parent | e03f42717cc7e2bab2fc03b72d17a558757060e4 (diff) | |
parent | d84b29f8050f96b981dc13b2e63f7a91358c74a3 (diff) | |
download | cpython-00cf3c394a7264e8cadd35adacde639c56bd089a.zip cpython-00cf3c394a7264e8cadd35adacde639c56bd089a.tar.gz cpython-00cf3c394a7264e8cadd35adacde639c56bd089a.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
@@ -13,6 +13,9 @@ Core and Builtins Library ------- +- Issue #4395: Better testing and documentation of binary operators. + Patch by Martin Panter. + - Issue #23973: Update typing.py from GitHub repo. - Issue #23004: mock_open() now reads binary data correctly when the type of |