File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -781,7 +781,7 @@ I: 1956
781
781
782
782
N: Matthieu Darbois
783
783
W: https://github.com/mayeut
784
- I: 2039
784
+ I: 2039, 2142
785
785
786
786
N: Hugo van Kemenade
787
787
W: https://github.com/hugovk
Original file line number Diff line number Diff line change 1
1
*Bug tracker at https://github.com/giampaolo/psutil/issues *
2
2
3
+ 5.9.3
4
+ =====
5
+
6
+ XXXX-XX-XX
7
+
8
+ **Bug fixes **
9
+
10
+ - 2142 _, [POSIX]: `net_if_stats() `_ 's ``flags `` on Python 2 returned unicode
11
+ instead of str. (patch by Matthieu Darbois)
12
+
3
13
5.9.2
4
14
=====
5
15
Original file line number Diff line number Diff line change 211
211
AF_LINK = _psplatform .AF_LINK
212
212
213
213
__author__ = "Giampaolo Rodola'"
214
- __version__ = "5.9.2 "
214
+ __version__ = "5.9.3 "
215
215
version_info = tuple ([int (num ) for num in __version__ .split ('.' )])
216
216
217
217
_timer = getattr (time , 'monotonic' , time .time )
You can’t perform that action at this time.
0 commit comments