[docs] bug in ipaddress module documentation

Tom Kalt TKalt at trustwave.com
Tue Mar 12 22:15:06 CET 2013


There is a slight problem with the documentation for the ipaddress module (http://docs.python.org/3.4/library/ipaddress.html).  In
section 21.28.2.3.1,  operators such as  <, <=, ==, !=  are called "logical operators."  They should be called "relational operators."
http://en.wikipedia.org/wiki/Relational_operator.  Alternatively, sometimes they are called "comparison operators."

By contrast, "logical operator" refers to and, or, xor, etc.

I hope this helps.

Tom Kalt


________________________________

This transmission may contain information that is privileged, confidential, and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20130312/53add92b/attachment-0001.html>


More information about the docs mailing list