diff options
author | Windson yang <wiwindson@outlook.com> | 2018-09-14 04:50:18 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-09-14 04:50:18 (GMT) |
commit | 1aeba7458d2aaf8a03b5d443179d122ceb2ccece (patch) | |
tree | 9e230bf3e59fc1c0b35cac07f7306d1ac6c8c880 /Misc/NEWS.d | |
parent | 1401018da127c668a607bc63a14e5b6c3156f916 (diff) | |
download | cpython-1aeba7458d2aaf8a03b5d443179d122ceb2ccece.zip cpython-1aeba7458d2aaf8a03b5d443179d122ceb2ccece.tar.gz cpython-1aeba7458d2aaf8a03b5d443179d122ceb2ccece.tar.bz2 |
bpo-34552: Clarify built-in types comparisons (GH-9035)
Some updates to ancient text about comparisons; fixes bp-34552.
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2018-09-12-10-18-04.bpo-34552.p9PoYv.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2018-09-12-10-18-04.bpo-34552.p9PoYv.rst b/Misc/NEWS.d/next/Documentation/2018-09-12-10-18-04.bpo-34552.p9PoYv.rst new file mode 100644 index 0000000..9e7605b --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2018-09-12-10-18-04.bpo-34552.p9PoYv.rst @@ -0,0 +1,2 @@ +Make clear that ``==`` operator sometimes is equivalent to `is`. The ``<``, +``<=``, ``>`` and ``>=`` operators are only defined where they make sense. |