Skip to content

Commit

Permalink
update HISTORY
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Jan 18, 2020
1 parent fb44c21 commit e7d029c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions HISTORY.rst
Expand Up @@ -12,6 +12,7 @@ XXXX-XX-XX
directory for additional data. (patch by Javad Karabi)
- 1652_: [Windows] dropped support for Windows XP and Windows Server 2003.
Minimum supported Windows version now is Windows Vista.
- 1667_: added process_iter(new_only=True) parameter.

**Bug fixes**

Expand Down
2 changes: 2 additions & 0 deletions psutil/__init__.py
Expand Up @@ -1427,6 +1427,8 @@ def process_iter(attrs=None, ad_value=None, new_only=False):
to returned Process instance.
If *attrs* is an empty list it will retrieve all process info
(slow).
If *new_only* is true this function will yield only new processes
which appeared since the last time it was called.
"""
def add(pid):
proc = Process(pid)
Expand Down

0 comments on commit e7d029c

Please sign in to comment.