[issue27038] Make os.DirEntry exist

Brett Cannon report at bugs.python.org
Mon May 16 11:43:35 EDT 2016


New submission from Brett Cannon:

The docs claim that os.DirEntry exists (https://docs.python.org/3/library/os.html#os.DirEntry) but it actually does not (it is internal to the posix module). Should probably actually make os.DirEntry exist (but continue to not document the constructor).

----------
components: Library (Lib)
messages: 265700
nosy: brett.cannon
priority: normal
severity: normal
status: open
title: Make os.DirEntry exist
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27038>
_______________________________________


More information about the Python-bugs-list mailing list