homepage

This issue tracker has been migrated to GitHub , and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author doko
Recipients doko
Date 2012年08月14日.10:41:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344940872.16.0.49661392396.issue15647@psf.upfronthosting.co.za>
In-reply-to
Content
2.7 only:
isdir should not be exported, but a local symbol instead (this was accidentally changed after the 2.7.3 release.
currently defined and used in Modules/getpath.c and Python/import.c, and used in Python/bltinmodule.c
proposal to rename the implementation in import.c to _Py_isdir and use it in import.c and bltinmodule.c.
as an alternative, make the isdir implementation static for windows and posix builds.
History
Date User Action Args
2012年08月14日 10:41:12dokosetrecipients: + doko
2012年08月14日 10:41:12dokosetmessageid: <1344940872.16.0.49661392396.issue15647@psf.upfronthosting.co.za>
2012年08月14日 10:41:11dokolinkissue15647 messages
2012年08月14日 10:41:10dokocreate

AltStyle によって変換されたページ (->オリジナル) /