Skip to content

Commit

Permalink
pre release
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Oct 30, 2018
1 parent d8b0515 commit 648d8ba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
5.4.8
=====

XXXX-XX-XX
2018-10-30

**Enhancements**

Expand Down
6 changes: 5 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ Sensors
See also `temperatures.py <https://github.com/giampaolo/psutil/blob/master/scripts/temperatures.py>`__ and `sensors.py <https://github.com/giampaolo/psutil/blob/master/scripts/sensors.py>`__
for an example application.

Availability: Linux, macOS
Availability: Linux

.. versionadded:: 5.1.0

Expand Down Expand Up @@ -2638,6 +2638,10 @@ take a look at the
Timeline
========

- 2018-10-30:
`5.4.8 <https://pypi.org/project/psutil/5.4.8/#files>`__ -
`what's new <https://github.com/giampaolo/psutil/blob/master/HISTORY.rst#548>`__ -
`diff <https://github.com/giampaolo/psutil/compare/release-5.4.7...release-5.4.8#files_bucket>`__
- 2018-08-14:
`5.4.7 <https://pypi.org/project/psutil/5.4.7/#files>`__ -
`what's new <https://github.com/giampaolo/psutil/blob/master/HISTORY.rst#547>`__ -
Expand Down
3 changes: 2 additions & 1 deletion psutil/_psutil_windows.c
Original file line number Diff line number Diff line change
Expand Up @@ -2431,7 +2431,8 @@ psutil_net_io_counters(PyObject *self, PyObject *args) {


/*
* Return a Python dict of tuples for disk I/O information
* Return a Python dict of tuples for disk I/O information. This may
* require running "diskperf -y" command first.
*/
static PyObject *
psutil_disk_io_counters(PyObject *self, PyObject *args) {
Expand Down

0 comments on commit 648d8ba

Please sign in to comment.