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 <rep...@bugs.python.org>
<http://bugs.python.org/issue27038>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to