mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
* Fix stub for the ipaddress module All methods that accept an "address" work on arbitrary objects. They call str() on them and attempt to parse the result. As such, the type of "address" should be object.