Fix some ipaddress documentation errors by zhangyangyu · Pull Request #6021 · python/cpython (original) (raw)
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation4 Commits2 Checks0 Files changed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
- 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
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
Thanks @zhangyangyu for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7.
🐍🍒⛏🤖
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
- 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
- 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
- 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
- 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
- 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