[issue37749] ipaddress - is_global method all multicast addresses and networks return true

2020-02-05 Thread Cheryl Sabella
Change by Cheryl Sabella : -- nosy: +pmoody versions: +Python 3.9 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue37749] ipaddress - is_global method all multicast addresses and networks return true

2019-08-02 Thread Brandon James
Change by Brandon James : -- keywords: +patch pull_requests: +14833 stage: -> patch review pull_request: https://github.com/python/cpython/pull/15088 ___ Python tracker ___

[issue37749] ipaddress - is_global method all multicast addresses and networks return true

2019-08-02 Thread Brandon James
New submission from Brandon James : When using the ipaddress library, all multicast addresses and networks return True when using the is_global method for their respective classes. I believe their are two possible fixes for this. 1) In practice no multicast addresses are globally routable.