]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Correction to f1509fc75435 - Issue #11583
authorBrian Curtin <brian@python.org>
Thu, 9 Jun 2011 15:00:42 +0000 (10:00 -0500)
committerBrian Curtin <brian@python.org>
Thu, 9 Jun 2011 15:00:42 +0000 (10:00 -0500)
commit5446f08c608d8e0041c8bb27b74be713db050177
tree0f834bf1c641b1e2a6c3ccffa29378d12523734b
parent5cf8660f0bd8ce16b0e9f5c95049966b653e6574
Correction to f1509fc75435 - 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