]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue18314 Allow unlink to remove junctions. Includes support for creating junctions...
authorTim Golden <mail@timgolden.me.uk>
Mon, 5 May 2014 18:46:17 +0000 (19:46 +0100)
committerTim Golden <mail@timgolden.me.uk>
Mon, 5 May 2014 18:46:17 +0000 (19:46 +0100)
commit0321cf25503e291eb4125411183e124f45793f64
tree9e5db0d41a3f65874c8905e1e1506b5032c600b4
parenta4790965f477a77daff6a0c04aabdb2a6a51a239
Issue18314 Allow unlink to remove junctions. Includes support for creating junctions. Patch by Kim Gräsman
Lib/test/test_os.py
Modules/_winapi.c
Modules/posixmodule.c
Modules/winreparse.h [new file with mode: 0644]