Skip to content

Commit

Permalink
update HISTORY with #1079; give CREDITS to @glebius
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed May 18, 2017
1 parent 5250b63 commit 759b8a8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -477,4 +477,4 @@ I: 1057

N: Gleb Smirnoff
W: https://github.com/glebius
I: 1042
I: 1042, 1079
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
- 1058_: test suite now enables all warnings by default.
- 1060_: source distribution is dynamically generated so that it only includes
relevant files.
- 1079_: [FreeBSD] net_connections()'s fd number is now being set for real
(instead of -1). (patch by Gleb Smirnoff)

**Bug fixes**

Expand Down Expand Up @@ -60,6 +62,8 @@
processes.
- 1074_: [FreeBSD] sensors_battery() raises OSError in case of no battery.
- 1075_: [Windows] net_if_addrs(): inet_ntop() return value is not checked.
- 1079_: [FreeBSD] net_connections() didn't list locally connected sockets.
(patch by Gleb Smirnoff)

**Porting notes**

Expand Down
5 changes: 4 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ Network
process this may be passed to
`socket.fromfd() <http://docs.python.org/library/socket.html#socket.fromfd>`__
to obtain a usable socket object.
On Windows, FreeBSD and SunOS this is always set to ``-1``.
On Windows and SunOS this is always set to ``-1``.
- **family**: the address family, either `AF_INET
<http://docs.python.org//library/socket.html#socket.AF_INET>`__,
`AF_INET6 <http://docs.python.org//library/socket.html#socket.AF_INET6>`__
Expand Down Expand Up @@ -566,6 +566,9 @@ Network

.. versionadded:: 2.1.0

.. versionchanged:: 5.3.0 : socket "fd" is now set for real instead of being
``-1``.

.. function:: net_if_addrs()

Return the addresses associated to each NIC (network interface card)
Expand Down

0 comments on commit 759b8a8

Please sign in to comment.