[issue14917] Make os.symlink on Win32 detect if target is directory

Larry Hastings report at bugs.python.org
Sun Jun 24 07:46:39 CEST 2012


Larry Hastings <larry at hastings.org> added the comment:

Patch attached.  Implementation now uses GetFileAttributes (A or W) to determine whether or not src is a directory.  Fixed docstring, docs, and updated Misc/NEWS.

----------
assignee:  -> larry
keywords: +patch
nosy: +mhammond
stage: needs patch -> patch review
Added file: http://bugs.python.org/file26124/larry.deprecate.target_is_directory.1.diff

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


More information about the Python-bugs-list mailing list