[issue13419] import does not recognise SYMLINKDs on Windows 7

Alex Regueiro report at bugs.python.org
Thu Nov 17 03:32:59 CET 2011


New submission from Alex Regueiro <alexreg at gmail.com>:

Python 2.7 normally inputs directory-modules fine on Windows 7. The notable exception however is symbolically-linked directories on the filesystem, which are ignored (not thought to exist) by the Python `import` statement. (Note that the Python interpreter normally has no problem with symlinks on Win7 with its file I/O features.)

----------
messages: 147789
nosy: alexreg
priority: normal
severity: normal
status: open
title: import does not recognise SYMLINKDs on Windows 7
type: feature request
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13419>
_______________________________________


More information about the Python-bugs-list mailing list