[New-bugs-announce] [issue28585] Restore docstring of os._isdir

Serhiy Storchaka report at bugs.python.org
Wed Nov 2 04:31:16 EDT 2016


New submission from Serhiy Storchaka:

When converted to Argument Clinic in 3.5 the docstring of os._isdir() was lost. Proposed patch restores it.

----------
components: Argument Clinic, Extension Modules, Windows
files: os-_isdir-docstring.patch
keywords: patch
messages: 279905
nosy: larry, paul.moore, serhiy.storchaka, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
stage: patch review
status: open
title: Restore docstring of os._isdir
type: behavior
versions: Python 3.5, Python 3.6, Python 3.7
Added file: http://bugs.python.org/file45310/os-_isdir-docstring.patch

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


More information about the New-bugs-announce mailing list