[issue26248] Improve scandir DirEntry docs, especially re symlinks and caching

2016-03-19 Thread Ezio Melotti
Changes by Ezio Melotti : -- stage: -> resolved type: -> enhancement ___ Python tracker ___

[issue26248] Improve scandir DirEntry docs, especially re symlinks and caching

2016-02-05 Thread Guido van Rossum
Guido van Rossum added the comment: Thanks very much for all that added information! -- resolution: -> fixed status: open -> closed ___ Python tracker

[issue26248] Improve scandir DirEntry docs, especially re symlinks and caching

2016-02-05 Thread STINNER Victor
STINNER Victor added the comment: Ben Hoyt added the comment: > Seeing this has been merged (thanks Victor), can this issue be closed? As I wrote, I left the issue open for wait for feedback. I know that some people to read the doc online: https://docs.python.org/dev/library/os.html#os.DirEntry

[issue26248] Improve scandir DirEntry docs, especially re symlinks and caching

2016-02-05 Thread Ben Hoyt
Ben Hoyt added the comment: Seeing this has been merged (thanks Victor), can this issue be closed? Guido, are you happy with the changes given your comments at http://bugs.python.org/issue26032#msg257665? -- ___ Python tracker

[issue26248] Improve scandir DirEntry docs, especially re symlinks and caching

2016-02-01 Thread Ben Hoyt
Ben Hoyt added the comment: Thanks, Victor! -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue26248] Improve scandir DirEntry docs, especially re symlinks and caching

2016-01-31 Thread STINNER Victor
STINNER Victor added the comment: The change looks good to me. I pushed it to 3.5 & 3.6. It will be online in a few hours at: https://docs.python.org/dev/library/os.html#os.DirEntry I keep the issue open a few days to see if some others have other suggestions. --

[issue26248] Improve scandir DirEntry docs, especially re symlinks and caching

2016-01-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset f2c68cb17e31 by Victor Stinner in branch '3.5': Enhance os.scandir() doc https://hg.python.org/cpython/rev/f2c68cb17e31 -- nosy: +python-dev ___ Python tracker

[issue26248] Improve scandir DirEntry docs, especially re symlinks and caching

2016-01-31 Thread Ben Hoyt
New submission from Ben Hoyt: Per Guido's comment about DirEntry documentation on Issue 26032, especially http://bugs.python.org/issue26032#msg257665, it'd be good to improve the docs of the scandir DirEntry methods with regard to symlinks and caching. Attaching my stab at a documentation