Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
5c15424a
Commit
5c15424a
authored
Jan 14, 2014
by
Zachary Ware
Browse files
Options
Browse Files
Download
Plain Diff
Closes #20253: Merge typo fix
parents
1bef5c6c
9774ce0c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
Doc/library/ipaddress.rst
Doc/library/ipaddress.rst
+2
-2
Misc/NEWS
Misc/NEWS
+3
-0
No files found.
Doc/library/ipaddress.rst
View file @
5c15424a
...
...
@@ -414,7 +414,7 @@ so to avoid duplication they are only documented for :class:`IPv4Network`.
The broadcast address for the network. Packets sent to the broadcast
address should be received by every host on the network.
.. attribute:: host
mask
.. attribute:: hostmask
The host mask, as a string.
...
...
@@ -570,7 +570,7 @@ so to avoid duplication they are only documented for :class:`IPv4Network`.
.. attribute:: is_link_local
.. attribute:: network_address
.. attribute:: broadcast_address
.. attribute:: host
mask
.. attribute:: hostmask
.. attribute:: with_prefixlen
.. attribute:: compressed
.. attribute:: exploded
...
...
Misc/NEWS
View file @
5c15424a
...
...
@@ -475,6 +475,9 @@ Build
Documentation
-------------
- Issue #20253: Fixed a typo in the ipaddress docs that advertised an
illegal attribute name. Found by INADA Naoki.
- Issue #18840: Introduce the json module in the tutorial, and deemphasize
the pickle module.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment