bug in ipaddress module documentation
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.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am 12.03.2013 22:15, schrieb Tom Kalt:
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.
Hi Tom, thanks for the report; this is now fixed and should appear online soon. cheers, Georg -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.21 (GNU/Linux) iEYEARECAAYFAlJRnNUACgkQN9GcIYhpnLC9HACeLrBzg4OADiFHYrNhahwShTV5 7fkAoJmKE16dd+u/8kEXWR5lkA3OGW5b =VTFz -----END PGP SIGNATURE-----
participants (2)
-
Georg Brandl
-
Tom Kalt