diff options
author | Peter Thomassen <peterthomassen@users.noreply.github.com> | 2017-07-29 19:18:13 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2017-07-29 19:18:13 (GMT) |
commit | caa1280d1ee5f828f346b585169a7592371d3faa (patch) | |
tree | 6540b814fe0ff038a8a5cf598c9a5336eaa9490d /Misc | |
parent | ceb93f4540981e3f9af66bd936920186aba813fc (diff) | |
download | cpython-caa1280d1ee5f828f346b585169a7592371d3faa.zip cpython-caa1280d1ee5f828f346b585169a7592371d3faa.tar.gz cpython-caa1280d1ee5f828f346b585169a7592371d3faa.tar.bz2 |
bpo-30803: clarify truth value testing documentation (#2508)
Initial patch by Peter Thomassen.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2017-07-29-14-55-50.bpo-30803.6hutqQ.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2017-07-29-14-55-50.bpo-30803.6hutqQ.rst b/Misc/NEWS.d/next/Documentation/2017-07-29-14-55-50.bpo-30803.6hutqQ.rst new file mode 100644 index 0000000..4699713 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2017-07-29-14-55-50.bpo-30803.6hutqQ.rst @@ -0,0 +1 @@ +Clarify doc on truth value testing. Original patch by Peter Thomassen. |