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
9774ce0c
Commit
9774ce0c
authored
Jan 14, 2014
by
Zachary Ware
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #20253: Fixed a typo in the ipaddress docs that advertised an
illegal attribute name. Found by INADA Naoki.
parent
26d5fab8
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 @
9774ce0c
...
@@ -405,7 +405,7 @@ so to avoid duplication they are only documented for :class:`IPv4Network`.
...
@@ -405,7 +405,7 @@ so to avoid duplication they are only documented for :class:`IPv4Network`.
The broadcast address for the network. Packets sent to the broadcast
The broadcast address for the network. Packets sent to the broadcast
address should be received by every host on the network.
address should be received by every host on the network.
.. attribute:: host
mask
.. attribute:: hostmask
The host mask, as a string.
The host mask, as a string.
...
@@ -561,7 +561,7 @@ so to avoid duplication they are only documented for :class:`IPv4Network`.
...
@@ -561,7 +561,7 @@ so to avoid duplication they are only documented for :class:`IPv4Network`.
.. attribute:: is_link_local
.. attribute:: is_link_local
.. attribute:: network_address
.. attribute:: network_address
.. attribute:: broadcast_address
.. attribute:: broadcast_address
.. attribute:: host
mask
.. attribute:: hostmask
.. attribute:: with_prefixlen
.. attribute:: with_prefixlen
.. attribute:: compressed
.. attribute:: compressed
.. attribute:: exploded
.. attribute:: exploded
...
...
Misc/NEWS
View file @
9774ce0c
...
@@ -302,6 +302,9 @@ Tests
...
@@ -302,6 +302,9 @@ Tests
Documentation
Documentation
-------------
-------------
-
Issue
#
20253
:
Fixed
a
typo
in
the
ipaddress
docs
that
advertised
an
illegal
attribute
name
.
Found
by
INADA
Naoki
.
-
Issue
#
19963
:
Document
that
importlib
.
import_module
()
no
longer
requires
-
Issue
#
19963
:
Document
that
importlib
.
import_module
()
no
longer
requires
importing
parent
packages
separately
.
importing
parent
packages
separately
.
...
...
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