summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <mdickinson@enthought.com>2020-03-02 08:57:27 (GMT)
committerGitHub <noreply@github.com>2020-03-02 08:57:27 (GMT)
commit9f1cb1bb49476246de5d9ed5fe680301cf7f7571 (patch)
tree953ef92261082834319b23e20eb8cfbd08d83b4a /Misc
parent28d0bcac8b7e6dbd28311f1283dabb6a4d649fcb (diff)
downloadcpython-9f1cb1bb49476246de5d9ed5fe680301cf7f7571.zip
cpython-9f1cb1bb49476246de5d9ed5fe680301cf7f7571.tar.gz
cpython-9f1cb1bb49476246de5d9ed5fe680301cf7f7571.tar.bz2
Fix misleading statement about mixed-type numeric comparisons (GH-18615)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Documentation/2020-02-23-13-26-40.bpo-39530._bCvzQ.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2020-02-23-13-26-40.bpo-39530._bCvzQ.rst b/Misc/NEWS.d/next/Documentation/2020-02-23-13-26-40.bpo-39530._bCvzQ.rst
new file mode 100644
index 0000000..b7a0252
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2020-02-23-13-26-40.bpo-39530._bCvzQ.rst
@@ -0,0 +1 @@
+Fix misleading documentation about mixed-type numeric comparisons.