Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8dcc1a9

Browse files
committed
Issue #23437: Update NEWS and whatsnew/3.5
1 parent cc115ee commit 8dcc1a9

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

Doc/whatsnew/3.5.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,13 @@ socket
342342
:meth:`socket.socket.send`.
343343
(Contributed by Giampaolo Rodola' in :issue:`17552`.)
344344

345+
sysconfig
346+
---------
347+
348+
* The user scripts directory on Windows is now versioned.
349+
(Contributed by Paul Moore in :issue:`23437`.)
350+
351+
345352
tarfile
346353
-------
347354

Misc/NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ Build
3939
- Issue #23445: pydebug builds now use "gcc -Og" where possible, to make
4040
the resulting executable faster.
4141

42+
Windows
43+
-------
44+
45+
- Issue #23437: Make user scripts directory versioned on Windows. Patch by Paul
46+
Moore.
47+
4248

4349
What's New in Python 3.5 alpha 1?
4450
=================================

0 commit comments

Comments
 (0)