commit | 95d028fd18fc33ceac8b2727a1e9fe3d4a8256b8 | [log] [tgz] |
---|---|---|
author | Brian Curtin <brian@python.org> | Thu Jun 09 09:10:38 2011 -0500 |
committer | Brian Curtin <brian@python.org> | Thu Jun 09 09:10:38 2011 -0500 |
tree | 0a5b47b33efa3507b2386bc156bbff4bab911dee | |
parent | ebc991c0ce4493be276f2ea29676131b8880ec10 [diff] |
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.