STINNER Victor added the comment:

> 8. Added "Availability: Unix, Windows." to scandir docs like listdir and most 
> other os functions have.

That's wrong: availability should only be explained when a function is not 
always available. os.listdir() and os.scandir() are always available. I made 
the opposite change: I removed the availability information from os.listdir() 
and many other os functions in the changeset 77ebd3720284.

Thanks Ben, I applied your patch (except of the Availability line).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24013>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to