Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc115ee commit 8dcc1a9Copy full SHA for 8dcc1a9
2 files changed
Doc/whatsnew/3.5.rst
@@ -342,6 +342,13 @@ socket
342
:meth:`socket.socket.send`.
343
(Contributed by Giampaolo Rodola' in :issue:`17552`.)
344
345
+sysconfig
346
+---------
347
+
348
+* The user scripts directory on Windows is now versioned.
349
+ (Contributed by Paul Moore in :issue:`23437`.)
350
351
352
tarfile
353
-------
354
Misc/NEWS
@@ -39,6 +39,12 @@ Build
39
- Issue #23445: pydebug builds now use "gcc -Og" where possible, to make
40
the resulting executable faster.
41
42
+Windows
43
+-------
44
45
+- Issue #23437: Make user scripts directory versioned on Windows. Patch by Paul
46
+ Moore.
47
48
49
What's New in Python 3.5 alpha 1?
50
=================================
0 commit comments