diff options
author | Vidar Tonaas Fauske <vidartf@gmail.com> | 2019-04-09 18:19:46 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2019-04-09 18:19:46 (GMT) |
commit | 0e10766574f4e287cd6b5e5860a1ca75488f4119 (patch) | |
tree | 6f501fe8daeaa226bf61905cbeebfd8dfad4f149 /Misc | |
parent | 8709490f48fc27b3dd1a16acb33bea2299c6a575 (diff) | |
download | cpython-0e10766574f4e287cd6b5e5860a1ca75488f4119.zip cpython-0e10766574f4e287cd6b5e5860a1ca75488f4119.tar.gz cpython-0e10766574f4e287cd6b5e5860a1ca75488f4119.tar.bz2 |
bpo-31512: Add non-elevated symlink support for Windows (GH-3652)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2017-10-04-12-40-45.bpo-31512.YQeBt2.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2017-10-04-12-40-45.bpo-31512.YQeBt2.rst b/Misc/NEWS.d/next/Windows/2017-10-04-12-40-45.bpo-31512.YQeBt2.rst new file mode 100644 index 0000000..a6dbb5c --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2017-10-04-12-40-45.bpo-31512.YQeBt2.rst @@ -0,0 +1,2 @@ +With the Windows 10 Creators Update, non-elevated users can now create +symlinks as long as the computer has Developer Mode enabled. |