summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hp.com>2015-08-06 22:32:15 (GMT)
committerRobert Collins <rbtcollins@hp.com>2015-08-06 22:32:15 (GMT)
commit00cf3c394a7264e8cadd35adacde639c56bd089a (patch)
treef73bf6278ee8997177b09c161bf59a85e411cb12 /Misc
parente03f42717cc7e2bab2fc03b72d17a558757060e4 (diff)
parentd84b29f8050f96b981dc13b2e63f7a91358c74a3 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index eada032..5fefcdb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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