summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.5.0b1.rst
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-06-27 22:45:50 (GMT)
committerNed Deily <nad@python.org>2018-06-27 22:45:50 (GMT)
commitaee5df5e16ec20e94d4315701315c32edae752f5 (patch)
treee895a6a96b97cdc0650bf1949f3d8fcfbc52eaa0 /Misc/NEWS.d/3.5.0b1.rst
parent492572715aa0f4ddab51f979f7f56465c762227c (diff)
downloadcpython-aee5df5e16ec20e94d4315701315c32edae752f5.zip
cpython-aee5df5e16ec20e94d4315701315c32edae752f5.tar.gz
cpython-aee5df5e16ec20e94d4315701315c32edae752f5.tar.bz2
Forward port 3.7.0 final changes
Diffstat (limited to 'Misc/NEWS.d/3.5.0b1.rst')
-rw-r--r--Misc/NEWS.d/3.5.0b1.rst176
1 files changed, 88 insertions, 88 deletions
diff --git a/Misc/NEWS.d/3.5.0b1.rst b/Misc/NEWS.d/3.5.0b1.rst
index e3c7ff7..edecd79 100644
--- a/Misc/NEWS.d/3.5.0b1.rst
+++ b/Misc/NEWS.d/3.5.0b1.rst
@@ -1,5 +1,5 @@
.. bpo: 24276
-.. date: 7857
+.. date: 9197
.. nonce: awsxJJ
.. release date: 2015-05-24
.. section: Core and Builtins
@@ -9,7 +9,7 @@ Fixed optimization of property descriptor getter.
..
.. bpo: 24268
-.. date: 7856
+.. date: 9196
.. nonce: nS7uea
.. section: Core and Builtins
@@ -19,7 +19,7 @@ Viktorin.
..
.. bpo: 23955
-.. date: 7855
+.. date: 9195
.. nonce: hBHSaU
.. section: Core and Builtins
@@ -29,7 +29,7 @@ sys.path on Windows.
..
.. bpo: 24257
-.. date: 7854
+.. date: 9194
.. nonce: UBxshR
.. section: Core and Builtins
@@ -38,7 +38,7 @@ Fixed system error in the comparison of faked types.SimpleNamespace.
..
.. bpo: 22939
-.. date: 7853
+.. date: 9193
.. nonce: DWA9ls
.. section: Core and Builtins
@@ -47,7 +47,7 @@ Fixed integer overflow in iterator object. Patch by Clement Rouault.
..
.. bpo: 23985
-.. date: 7852
+.. date: 9192
.. nonce: eezPxO
.. section: Core and Builtins
@@ -57,7 +57,7 @@ bytearray and then appending some other bytes data.
..
.. bpo: 24102
-.. date: 7851
+.. date: 9191
.. nonce: 9T6h3m
.. section: Core and Builtins
@@ -66,7 +66,7 @@ Fixed exception type checking in standard error handlers.
..
.. bpo: 15027
-.. date: 7850
+.. date: 9190
.. nonce: wi9sCd
.. section: Core and Builtins
@@ -75,7 +75,7 @@ The UTF-32 encoder is now 3x to 7x faster.
..
.. bpo: 23290
-.. date: 7849
+.. date: 9189
.. nonce: 57aqLU
.. section: Core and Builtins
@@ -85,7 +85,7 @@ Serhiy Storchaka.)
..
.. bpo: 2292
-.. date: 7848
+.. date: 9188
.. nonce: h4sibO
.. section: Core and Builtins
@@ -94,7 +94,7 @@ PEP 448: Additional Unpacking Generalizations.
..
.. bpo: 24096
-.. date: 7847
+.. date: 9187
.. nonce: a_Rap7
.. section: Core and Builtins
@@ -104,7 +104,7 @@ warnings.filters list.
..
.. bpo: 23996
-.. date: 7846
+.. date: 9186
.. nonce: znqcT8
.. section: Core and Builtins
@@ -114,7 +114,7 @@ StopIteration exception. Patch by Stefan Behnel.
..
.. bpo: 23910
-.. date: 7845
+.. date: 9185
.. nonce: _gDzaj
.. section: Core and Builtins
@@ -123,7 +123,7 @@ Optimize property() getter calls. Patch by Joe Jevnik.
..
.. bpo: 23911
-.. date: 7844
+.. date: 9184
.. nonce: 0FnTHk
.. section: Core and Builtins
@@ -132,7 +132,7 @@ Move path-based importlib bootstrap code to a separate frozen module.
..
.. bpo: 24192
-.. date: 7843
+.. date: 9183
.. nonce: 6ZxJ_R
.. section: Core and Builtins
@@ -141,7 +141,7 @@ Fix namespace package imports.
..
.. bpo: 24022
-.. date: 7842
+.. date: 9182
.. nonce: 1l8YBm
.. section: Core and Builtins
@@ -150,7 +150,7 @@ Fix tokenizer crash when processing undecodable source code.
..
.. bpo: 9951
-.. date: 7841
+.. date: 9181
.. nonce: wGztNC
.. section: Core and Builtins
@@ -159,7 +159,7 @@ Added a hex() method to bytes, bytearray, and memoryview.
..
.. bpo: 22906
-.. date: 7840
+.. date: 9180
.. nonce: WN_kQ6
.. section: Core and Builtins
@@ -168,7 +168,7 @@ PEP 479: Change StopIteration handling inside generators.
..
.. bpo: 24017
-.. date: 7839
+.. date: 9179
.. nonce: QJa1SC
.. section: Core and Builtins
@@ -177,7 +177,7 @@ PEP 492: Coroutines with async and await syntax.
..
.. bpo: 14373
-.. date: 7838
+.. date: 9178
.. nonce: 0sk6kE
.. section: Library
@@ -187,7 +187,7 @@ Joiner and Alexey Kachayev.
..
.. bpo: 24230
-.. date: 7837
+.. date: 9177
.. nonce: b-kgme
.. section: Library
@@ -197,7 +197,7 @@ and returns bytes in such situations (matching the os module APIs).
..
.. bpo: 22189
-.. date: 7836
+.. date: 9176
.. nonce: 8epgat
.. section: Library
@@ -208,7 +208,7 @@ Jevnik.
..
.. bpo: 24244
-.. date: 7835
+.. date: 9175
.. nonce: OKE_3R
.. section: Library
@@ -218,7 +218,7 @@ in strftime.
..
.. bpo: 23973
-.. date: 7834
+.. date: 9174
.. nonce: EK6awi
.. section: Library
@@ -227,7 +227,7 @@ PEP 484: Add the typing module.
..
.. bpo: 23086
-.. date: 7833
+.. date: 9173
.. nonce: Aix6Nv
.. section: Library
@@ -237,7 +237,7 @@ parameters to the index() mixin. Patch by Devin Jeanpierre.
..
.. bpo: 20035
-.. date: 7832
+.. date: 9172
.. nonce: UNZzw6
.. section: Library
@@ -248,7 +248,7 @@ that makes no permanent changes to the environment.
..
.. bpo: 24257
-.. date: 7831
+.. date: 9171
.. nonce: L_efq0
.. section: Library
@@ -257,7 +257,7 @@ Fixed segmentation fault in sqlite3.Row constructor with faked cursor type.
..
.. bpo: 15836
-.. date: 7830
+.. date: 9170
.. nonce: gU3Rmx
.. section: Library
@@ -268,7 +268,7 @@ user error. Based on patch by Daniel Wagner-Hall.
..
.. bpo: 9858
-.. date: 7829
+.. date: 9169
.. nonce: uke9pa
.. section: Library
@@ -277,7 +277,7 @@ Add missing method stubs to _io.RawIOBase. Patch by Laura Rupprecht.
..
.. bpo: 22955
-.. date: 7828
+.. date: 9168
.. nonce: Jw_B9_
.. section: Library
@@ -288,7 +288,7 @@ Based on patch by Josh Rosenberg.
..
.. bpo: 22107
-.. date: 7827
+.. date: 9167
.. nonce: 2F8k4W
.. section: Library
@@ -300,7 +300,7 @@ exists or is a file) on Windows.
..
.. bpo: 23780
-.. date: 7826
+.. date: 9166
.. nonce: jFPVcN
.. section: Library
@@ -309,7 +309,7 @@ Improved error message in os.path.join() with single argument.
..
.. bpo: 6598
-.. date: 7825
+.. date: 9165
.. nonce: JdZNDt
.. section: Library
@@ -319,7 +319,7 @@ to strengthen the uniqueness of the message ID.
..
.. bpo: 24091
-.. date: 7824
+.. date: 9164
.. nonce: Jw0-wj
.. section: Library
@@ -328,7 +328,7 @@ Fixed various crashes in corner cases in C implementation of ElementTree.
..
.. bpo: 21931
-.. date: 7823
+.. date: 9163
.. nonce: t6lGxY
.. section: Library
@@ -339,7 +339,7 @@ Armstrong.
..
.. bpo: 13866
-.. date: 7822
+.. date: 9162
.. nonce: n5NAj0
.. section: Library
@@ -348,7 +348,7 @@ Armstrong.
..
.. bpo: 20098
-.. date: 7821
+.. date: 9161
.. nonce: Y4otaf
.. section: Library
@@ -358,7 +358,7 @@ False for all other policies.
..
.. bpo: 24211
-.. date: 7820
+.. date: 9160
.. nonce: j3Afpc
.. section: Library
@@ -368,7 +368,7 @@ instead of encoded words.
..
.. bpo: 16314
-.. date: 7819
+.. date: 9159
.. nonce: Xc4d1O
.. section: Library
@@ -377,7 +377,7 @@ Added support for the LZMA compression in distutils.
..
.. bpo: 21804
-.. date: 7818
+.. date: 9158
.. nonce: lEhTlc
.. section: Library
@@ -386,7 +386,7 @@ poplib now supports RFC 6856 (UTF8).
..
.. bpo: 18682
-.. date: 7817
+.. date: 9157
.. nonce: 6Pnfte
.. section: Library
@@ -395,7 +395,7 @@ Optimized pprint functions for builtin scalar types.
..
.. bpo: 22027
-.. date: 7816
+.. date: 9156
.. nonce: _aeUQS
.. section: Library
@@ -404,7 +404,7 @@ smtplib now supports RFC 6531 (SMTPUTF8).
..
.. bpo: 23488
-.. date: 7815
+.. date: 9155
.. nonce: 7gs3Cm
.. section: Library
@@ -413,7 +413,7 @@ Random generator objects now consume 2x less memory on 64-bit.
..
.. bpo: 1322
-.. date: 7814
+.. date: 9154
.. nonce: 495nFL
.. section: Library
@@ -423,7 +423,7 @@ deprecated. Initial patch by Vajrasky Kok.
..
.. bpo: 22486
-.. date: 7813
+.. date: 9153
.. nonce: Yxov5m
.. section: Library
@@ -433,7 +433,7 @@ deprecated. Based on patch by Mark Dickinson.
..
.. bpo: 24064
-.. date: 7812
+.. date: 9152
.. nonce: zXC7OL
.. section: Library
@@ -442,7 +442,7 @@ Property() docstrings are now writeable. (Patch by Berker Peksag.)
..
.. bpo: 22681
-.. date: 7811
+.. date: 9151
.. nonce: 2rIoA2
.. section: Library
@@ -451,7 +451,7 @@ Added support for the koi8_t encoding.
..
.. bpo: 22682
-.. date: 7810
+.. date: 9150
.. nonce: cP4i3L
.. section: Library
@@ -460,7 +460,7 @@ Added support for the kz1048 encoding.
..
.. bpo: 23796
-.. date: 7809
+.. date: 9149
.. nonce: JJmUnc
.. section: Library
@@ -470,7 +470,7 @@ on a closed object. Patch by John Hergenroeder.
..
.. bpo: 21795
-.. date: 7808
+.. date: 9148
.. nonce: BDLMS4
.. section: Library
@@ -480,7 +480,7 @@ constructor argument is set to False.
..
.. bpo: 24155
-.. date: 7807
+.. date: 9147
.. nonce: FZx5c2
.. section: Library
@@ -490,7 +490,7 @@ lists.
..
.. bpo: 21800
-.. date: 7806
+.. date: 9146
.. nonce: evGSKc
.. section: Library
@@ -500,7 +500,7 @@ email) and automatically encodes non-ASCII usernames and passwords to UTF8.
..
.. bpo: 20274
-.. date: 7805
+.. date: 9145
.. nonce: uVHogg
.. section: Library
@@ -510,7 +510,7 @@ arguments. Previously it silently ignored them.
..
.. bpo: 20274
-.. date: 7804
+.. date: 9144
.. nonce: hBst4M
.. section: Library
@@ -520,7 +520,7 @@ methods on _sqlite.Connection.
..
.. bpo: 24134
-.. date: 7803
+.. date: 9143
.. nonce: Ajw0S-
.. section: Library
@@ -531,7 +531,7 @@ arguments except msg is passed in the context manager mode.
..
.. bpo: 24018
-.. date: 7802
+.. date: 9142
.. nonce: hk7Rcn
.. section: Library
@@ -541,7 +541,7 @@ Behnel.
..
.. bpo: 23880
-.. date: 7801
+.. date: 9141
.. nonce: QtKupC
.. section: Library
@@ -551,7 +551,7 @@ getdouble() now supports any numbers (in particular int).
..
.. bpo: 22619
-.. date: 7800
+.. date: 9140
.. nonce: 1gJEqV
.. section: Library
@@ -561,7 +561,7 @@ Dmitry Kazakov.
..
.. bpo: 24094
-.. date: 7799
+.. date: 9139
.. nonce: 7T-u7k
.. section: Library
@@ -570,7 +570,7 @@ Fix possible crash in json.encode with poorly behaved dict subclasses.
..
.. bpo: 9246
-.. date: 7798
+.. date: 9138
.. nonce: oM-Ikk
.. section: Library
@@ -580,7 +580,7 @@ written by William Orr.
..
.. bpo: 17445
-.. date: 7797
+.. date: 9137
.. nonce: Z-QYh5
.. section: Library
@@ -590,7 +590,7 @@ regression from Python 2).
..
.. bpo: 23917
-.. date: 7796
+.. date: 9136
.. nonce: uMVPV7
.. section: Library
@@ -600,7 +600,7 @@ Patch by Claudiu Popa.
..
.. bpo: 23008
-.. date: 7795
+.. date: 9135
.. nonce: OZFCd-
.. section: Library
@@ -609,7 +609,7 @@ Fixed resolving attributes with boolean value is False in pydoc.
..
.. bpo: 0
-.. date: 7794
+.. date: 9134
.. nonce: 6tJNf2
.. section: Library
@@ -620,7 +620,7 @@ Queue).
..
.. bpo: 23908
-.. date: 7793
+.. date: 9133
.. nonce: ATdNG-
.. section: Library
@@ -630,7 +630,7 @@ instead of silently truncating them.
..
.. bpo: 23728
-.. date: 7792
+.. date: 9132
.. nonce: YBmQmV
.. section: Library
@@ -640,7 +640,7 @@ empty data.
..
.. bpo: 23887
-.. date: 7791
+.. date: 9131
.. nonce: _XpjPN
.. section: Library
@@ -650,7 +650,7 @@ Berker Peksag.
..
.. bpo: 0
-.. date: 7790
+.. date: 9130
.. nonce: MjNdSC
.. section: Library
@@ -659,7 +659,7 @@ asyncio: New event loop APIs: set_task_factory() and get_task_factory().
..
.. bpo: 0
-.. date: 7789
+.. date: 9129
.. nonce: rVcHXp
.. section: Library
@@ -668,7 +668,7 @@ asyncio: async() function is deprecated in favour of ensure_future().
..
.. bpo: 24178
-.. date: 7788
+.. date: 9128
.. nonce: -enO4y
.. section: Library
@@ -678,7 +678,7 @@ with' syntax. Contributed by Yury Selivanov.
..
.. bpo: 24179
-.. date: 7787
+.. date: 9127
.. nonce: wDy_WZ
.. section: Library
@@ -687,7 +687,7 @@ Support 'async for' for asyncio.StreamReader. Contributed by Yury Selivanov.
..
.. bpo: 24184
-.. date: 7786
+.. date: 9126
.. nonce: El74TU
.. section: Library
@@ -697,7 +697,7 @@ Yury Selivanov.
..
.. bpo: 22547
-.. date: 7785
+.. date: 9125
.. nonce: _ikCaj
.. section: Library
@@ -707,7 +707,7 @@ Yury Selivanov.
..
.. bpo: 24190
-.. date: 7784
+.. date: 9124
.. nonce: 1a3vWW
.. section: Library
@@ -717,7 +717,7 @@ Selivanov.
..
.. bpo: 20691
-.. date: 7783
+.. date: 9123
.. nonce: -raLyf
.. section: Library
@@ -727,7 +727,7 @@ inspect.signature(). Contributed by Yury Selivanov.
..
.. bpo: 24248
-.. date: 7782
+.. date: 9122
.. nonce: IxWooo
.. section: Library
@@ -737,7 +737,7 @@ inspect.Signature.from_builtin().
..
.. bpo: 23898
-.. date: 7781
+.. date: 9121
.. nonce: OSiZie
.. section: Library
@@ -747,7 +747,7 @@ __eq__ and __bool__. Patch by Mike Bayer.
..
.. bpo: 24298
-.. date: 7780
+.. date: 9120
.. nonce: u_TaxI
.. section: Library
@@ -756,7 +756,7 @@ Fix inspect.signature() to correctly unwrap wrappers around bound methods.
..
.. bpo: 23184
-.. date: 7779
+.. date: 9119
.. nonce: G_Cp9v
.. section: IDLE
@@ -765,7 +765,7 @@ remove unused names and imports in idlelib. Initial patch by Al Sweigart.
..
.. bpo: 21520
-.. date: 7778
+.. date: 9118
.. nonce: FKtvmQ
.. section: Tests
@@ -775,7 +775,7 @@ of the current directory.
..
.. bpo: 9517
-.. date: 7777
+.. date: 9117
.. nonce: W0Ag2V
.. section: Tests
@@ -784,7 +784,7 @@ Move script_helper into the support package. Patch by Christie Wilson.
..
.. bpo: 22155
-.. date: 7776
+.. date: 9116
.. nonce: 9EbOit
.. section: Documentation
@@ -794,7 +794,7 @@ obsolete example from FAQ. Patch by Martin Panter.
..
.. bpo: 24029
-.. date: 7775
+.. date: 9115
.. nonce: M2Bnks
.. section: Documentation
@@ -803,7 +803,7 @@ Document the name binding behavior for submodule imports.
..
.. bpo: 24077
-.. date: 7774
+.. date: 9114
.. nonce: 2Og2j-
.. section: Documentation
@@ -812,7 +812,7 @@ Fix typo in man page for -I command option: -s, not -S
..
.. bpo: 24000
-.. date: 7773
+.. date: 9113
.. nonce: MJyXRr
.. section: Tools/Demos
@@ -822,7 +822,7 @@ Updated the documentation to match.
..
.. bpo: 24001
-.. date: 7772
+.. date: 9112
.. nonce: m74vst
.. section: Tools/Demos
@@ -832,7 +832,7 @@ to specify the types the converter accepts.
..
.. bpo: 23330
-.. date: 7771
+.. date: 9111
.. nonce: LTlKDp
.. section: Tools/Demos
@@ -841,7 +841,7 @@ h2py now supports arbitrary filenames in #include.
..
.. bpo: 24031
-.. date: 7770
+.. date: 9110
.. nonce: duGo88
.. section: Tools/Demos