[issue15647] isdir should be a local symbol, not exported

2012-08-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset bdd1b2228c14 by Matthias Klose in branch '2.7': - Issue #15647: Make isdir static for windows and posix http://hg.python.org/cpython/rev/bdd1b2228c14 -- nosy: +python-dev ___ Python tracker

[issue15647] isdir should be a local symbol, not exported

2012-08-14 Thread Matthias Klose
Matthias Klose added the comment: fixed for 2.7, made isdir static on windows and posix -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___

[issue15647] isdir should be a local symbol, not exported

2012-08-14 Thread Matthias Klose
New submission from Matthias Klose: 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 implemen