]> granicus.if.org Git - python/commit
Correction to 88e318166eaf - Issue #11583
authorBrian Curtin <brian@python.org>
Thu, 9 Jun 2011 14:10:38 +0000 (09:10 -0500)
committerBrian Curtin <brian@python.org>
Thu, 9 Jun 2011 14:10:38 +0000 (09:10 -0500)
commit95d028fd18fc33ceac8b2727a1e9fe3d4a8256b8
tree0a5b47b33efa3507b2386bc156bbff4bab911dee
parentebc991c0ce4493be276f2ea29676131b8880ec10
Correction to 88e318166eaf - Issue #11583

Rather than wrapping the C _isdir function in a Python function,
just import the C _isdir function directly. Additionally, add in the
docstring which was left out.
Lib/ntpath.py
Modules/posixmodule.c