mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #23437: Update NEWS and whatsnew/3.5
This commit is contained in:
parent
cc115eea0c
commit
8dcc1a9f96
2 changed files with 13 additions and 0 deletions
|
@ -342,6 +342,13 @@ socket
|
|||
:meth:`socket.socket.send`.
|
||||
(Contributed by Giampaolo Rodola' in :issue:`17552`.)
|
||||
|
||||
sysconfig
|
||||
---------
|
||||
|
||||
* The user scripts directory on Windows is now versioned.
|
||||
(Contributed by Paul Moore in :issue:`23437`.)
|
||||
|
||||
|
||||
tarfile
|
||||
-------
|
||||
|
||||
|
|
|
@ -39,6 +39,12 @@ Build
|
|||
- Issue #23445: pydebug builds now use "gcc -Og" where possible, to make
|
||||
the resulting executable faster.
|
||||
|
||||
Windows
|
||||
-------
|
||||
|
||||
- Issue #23437: Make user scripts directory versioned on Windows. Patch by Paul
|
||||
Moore.
|
||||
|
||||
|
||||
What's New in Python 3.5 alpha 1?
|
||||
=================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue