Fix some ipaddress documentation errors by zhangyangyu · Pull Request #6021 · python/cpython

@zhangyangyu

fix a typo
fix the type of IPv?Network.hostmask
add documentation about IPv?Network.netmask
fix IPv6Network constructor doc that extended netmasks are not supported

@zhangyangyu

Mariatta

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Mar 8, 2018
* fix a typo: documention -> documentation
* fix the type of IPv?Network.hostmask
* add documentation about IPv?Network.netmask
* fix IPv6Network constructor doc that extended netmasks are not supported
(cherry picked from commit e405096)

Co-authored-by: Xiang Zhang <angwerzx@126.com>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Mar 8, 2018
* fix a typo: documention -> documentation
* fix the type of IPv?Network.hostmask
* add documentation about IPv?Network.netmask
* fix IPv6Network constructor doc that extended netmasks are not supported
(cherry picked from commit e405096)

Co-authored-by: Xiang Zhang <angwerzx@126.com>

miss-islington added a commit that referenced this pull request

Mar 8, 2018
* fix a typo: documention -> documentation
* fix the type of IPv?Network.hostmask
* add documentation about IPv?Network.netmask
* fix IPv6Network constructor doc that extended netmasks are not supported
(cherry picked from commit e405096)

Co-authored-by: Xiang Zhang <angwerzx@126.com>

miss-islington added a commit that referenced this pull request

Mar 8, 2018
* fix a typo: documention -> documentation
* fix the type of IPv?Network.hostmask
* add documentation about IPv?Network.netmask
* fix IPv6Network constructor doc that extended netmasks are not supported
(cherry picked from commit e405096)

Co-authored-by: Xiang Zhang <angwerzx@126.com>

jo2y pushed a commit to jo2y/cpython that referenced this pull request

Mar 23, 2018
* fix a typo: documention -> documentation
* fix the type of IPv?Network.hostmask
* add documentation about IPv?Network.netmask
* fix IPv6Network constructor doc that extended netmasks are not supported