diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2019-06-12 12:41:30 +0800 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2019-06-12 12:41:30 +0800 |
| commit | 48cb36cdff2c83be6c3d265f8a10040ec74d10a0 (patch) | |
| tree | 63df6c8f79e45e4dc79cf2a06b9630630a54e2ba | |
| parent | c2f30702a4db0f4dfbf88842c07532cc187daf5a (diff) | |
| download | psutil-48cb36cdff2c83be6c3d265f8a10040ec74d10a0.tar.gz | |
update docs / HISTORY / CREDITS / @krytarowski for #1530
| -rw-r--r-- | CREDITS | 2 | ||||
| -rw-r--r-- | HISTORY.rst | 9 | ||||
| -rw-r--r-- | docs/index.rst | 2 |
3 files changed, 12 insertions, 1 deletions
@@ -621,4 +621,4 @@ I: 1491 N: Kamil Rytarowski W: https://github.com/krytarowski C: Poland -I: 1526 +I: 1526, 1530 diff --git a/HISTORY.rst b/HISTORY.rst index f8147bfe..c3d2960e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,5 +1,14 @@ *Bug tracker at https://github.com/giampaolo/psutil/issues* +5.6.4 +===== + +XXXX-XX-XX + +**Enhancements** + +- 1530_: [NetBSD] add process cwd() support. (patch by Kamil Rytarowski) + 5.6.3 ===== diff --git a/docs/index.rst b/docs/index.rst index 7a234872..f068967e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1205,6 +1205,8 @@ Process class The process current working directory as an absolute path. + .. versionchanged:: 5.6.4 added support for NetBSD + .. method:: username() The name of the user that owns the process. On UNIX this is calculated by |
