commit | 2a4cbf17af19a01d942f9579342f77c39fbd23c4 | [log] [tgz] |
---|---|---|
author | Jakub Stasiak <jakub@stasiak.at> | Mon Mar 18 13:57:00 2024 +0100 |
committer | GitHub <noreply@github.com> | Mon Mar 18 13:57:00 2024 +0100 |
tree | 30dc4b46643f0c143e301d5bc66be21e04404d12 | |
parent | e2fcaf19d302b05d3466807bad0a61f39db2a51b [diff] |
GH-65056: Improve the IP address' is_global/is_private documentation (GH-113186) * GH-65056: Improve the IP address' is_global/is_private documentation It wasn't clear what the semantics of is_global/is_private are and, when one gets to the bottom of it, it's not quite so simple (hence the exceptions listed). Co-authored-by: Petr Viktorin <encukou@gmail.com>