summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2019-09-14 14:49:22 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2019-09-14 14:49:22 +0200
commit25adbb604df24ae91a985c28578adca6c759f0f8 (patch)
tree0fa1fe5d96fa02374eb5ee56ff005d3f2aa6d266
parente6bff45281de1a3e55978812468424086b0edac4 (diff)
downloadpsutil-25adbb604df24ae91a985c28578adca6c759f0f8.tar.gz
update README and issue templates
-rw-r--r--.github/ISSUE_TEMPLATE/bug.md1
-rw-r--r--.github/ISSUE_TEMPLATE/enhancement.md1
-rw-r--r--README.rst2
3 files changed, 1 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md
index 283d8dc6..ba4a026c 100644
--- a/.github/ISSUE_TEMPLATE/bug.md
+++ b/.github/ISSUE_TEMPLATE/bug.md
@@ -3,7 +3,6 @@ name: Bug
about: Report a bug
title: "[OS] title"
labels: 'bug'
-assignees: 'giampaolo'
---
**Platform**
diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md
index 1a5e14e5..7e7159f2 100644
--- a/.github/ISSUE_TEMPLATE/enhancement.md
+++ b/.github/ISSUE_TEMPLATE/enhancement.md
@@ -2,7 +2,6 @@
name: Enhancement
about: Propose an enhancement
labels: 'enhancement'
-assignees: 'giampaolo'
title: "[OS] title"
---
diff --git a/README.rst b/README.rst
index 4f1a71c3..471409ec 100644
--- a/README.rst
+++ b/README.rst
@@ -359,7 +359,7 @@ Process management
pgids(real=1000, effective=1000, saved=1000)
>>>
>>> p.cpu_times()
- pcputimes(user=1.02, system=0.31, children_user=0.32, children_system=0.1)
+ pcputimes(user=1.02, system=0.31, children_user=0.32, children_system=0.1, iowait=0.0)
>>> p.cpu_percent(interval=1.0)
12.1
>>> p.cpu_affinity()