Russ Allbery
|
9f3d84551d
|
Add stub for statvfs and type for fstatvfs (2.7) (#311)
Use the same approach as for resource: define a private NamedTuple
to represent the return value that can be addressed by name or by
sequence.
|
2016-06-23 17:39:06 -07:00 |
|
Russ Allbery
|
0c26482488
|
difflib functions return Iterators, not Iterables (#310)
These functions all use yield. It's valid to call the next method
on the return value, which is not true of Iterables.
|
2016-06-23 17:35:25 -07:00 |
|
Russ Allbery
|
6e3514ccd0
|
Fix names of several stat constants (2.7) (#309)
Several of the constants were mistakenly stubbed with names
starting with ST_ instead of S_. Fix them to match the module
documentation.
|
2016-06-23 14:42:05 -07:00 |
|