diff options
Diffstat (limited to 'Misc/NEWS.d/3.5.0b3.rst')
-rw-r--r-- | Misc/NEWS.d/3.5.0b3.rst | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/Misc/NEWS.d/3.5.0b3.rst b/Misc/NEWS.d/3.5.0b3.rst index 00f2de3863..bb4cc33cc9 100644 --- a/Misc/NEWS.d/3.5.0b3.rst +++ b/Misc/NEWS.d/3.5.0b3.rst @@ -1,5 +1,5 @@ .. bpo: 24467 -.. date: 7896 +.. date: 9236 .. nonce: BAJ80- .. release date: 2015-07-05 .. section: Core and Builtins @@ -11,7 +11,7 @@ null-terminated. .. .. bpo: 0 -.. date: 7895 +.. date: 9235 .. nonce: 944IUY .. section: Core and Builtins @@ -20,7 +20,7 @@ Upgrade to Unicode 8.0.0. .. .. bpo: 24345 -.. date: 7894 +.. date: 9234 .. nonce: fVcTaB .. section: Core and Builtins @@ -29,7 +29,7 @@ Add Py_tp_finalize slot for the stable ABI. .. .. bpo: 24400 -.. date: 7893 +.. date: 9233 .. nonce: 2mNeD8 .. section: Core and Builtins @@ -46,7 +46,7 @@ coroutines--use inspect.isawaitable instead. .. .. bpo: 24450 -.. date: 7892 +.. date: 9232 .. nonce: lF0S5c .. section: Core and Builtins @@ -56,7 +56,7 @@ Benno Leslie and Yury Selivanov. .. .. bpo: 19235 -.. date: 7891 +.. date: 9231 .. nonce: 0kW4n5 .. section: Core and Builtins @@ -65,7 +65,7 @@ Add new RecursionError exception. Patch by Georg Brandl. .. .. bpo: 21750 -.. date: 7890 +.. date: 9230 .. nonce: _Ycvgi .. section: Library @@ -75,7 +75,7 @@ Python 3.3. .. .. bpo: 24552 -.. date: 7889 +.. date: 9229 .. nonce: VTO6sf .. section: Library @@ -84,7 +84,7 @@ Fix use after free in an error case of the _pickle module. .. .. bpo: 24514 -.. date: 7888 +.. date: 9228 .. nonce: _xRb2r .. section: Library @@ -93,7 +93,7 @@ tarfile now tolerates number fields consisting of only whitespace. .. .. bpo: 19176 -.. date: 7887 +.. date: 9227 .. nonce: 8V6nOK .. section: Library @@ -106,17 +106,17 @@ by Martin Panter. .. .. bpo: 20387 -.. date: 7886 +.. date: 9226 .. nonce: aAbWbQ .. section: Library -Restore semantic round-trip correctness in tokenize/untokenize for -tab-indented blocks. +Restore semantic round-trip correctness in tokenize/untokenize for tab- +indented blocks. .. .. bpo: 24456 -.. date: 7885 +.. date: 9225 .. nonce: yYSd2u .. section: Library @@ -126,7 +126,7 @@ the audioop module. .. .. bpo: 24336 -.. date: 7884 +.. date: 9224 .. nonce: 4a5y1m .. section: Library @@ -136,7 +136,7 @@ called "func" and "self". Patch by Martin Panter. .. .. bpo: 24522 -.. date: 7883 +.. date: 9223 .. nonce: PkcqCA .. section: Library @@ -145,7 +145,7 @@ Fix possible integer overflow in json accelerator module. .. .. bpo: 24489 -.. date: 7882 +.. date: 9222 .. nonce: GJnMcW .. section: Library @@ -154,7 +154,7 @@ ensure a previously set C errno doesn't disturb cmath.polar(). .. .. bpo: 24408 -.. date: 7881 +.. date: 9221 .. nonce: vPb5UK .. section: Library @@ -163,7 +163,7 @@ Fixed AttributeError in measure() and metrics() methods of tkinter.Font. .. .. bpo: 14373 -.. date: 7880 +.. date: 9220 .. nonce: CTYZ4J .. section: Library @@ -172,7 +172,7 @@ C implementation of functools.lru_cache() now can be used with methods. .. .. bpo: 24347 -.. date: 7879 +.. date: 9219 .. nonce: CPPDb8 .. section: Library @@ -181,7 +181,7 @@ Set KeyError if PyDict_GetItemWithError returns NULL. .. .. bpo: 24348 -.. date: 7878 +.. date: 9218 .. nonce: U11rhr .. section: Library @@ -190,7 +190,7 @@ Drop superfluous incref/decref. .. .. bpo: 24359 -.. date: 7877 +.. date: 9217 .. nonce: -IRNG9 .. section: Library @@ -199,7 +199,7 @@ Check for changed OrderedDict size during iteration. .. .. bpo: 24368 -.. date: 7876 +.. date: 9216 .. nonce: 550kDT .. section: Library @@ -208,7 +208,7 @@ Support keyword arguments in OrderedDict methods. .. .. bpo: 24362 -.. date: 7875 +.. date: 9215 .. nonce: cHYce5 .. section: Library @@ -217,7 +217,7 @@ Simplify the C OrderedDict fast nodes resize logic. .. .. bpo: 24377 -.. date: 7874 +.. date: 9214 .. nonce: Gp1Bqr .. section: Library @@ -226,7 +226,7 @@ Fix a ref leak in OrderedDict.__repr__. .. .. bpo: 24369 -.. date: 7873 +.. date: 9213 .. nonce: qFl7lZ .. section: Library @@ -235,7 +235,7 @@ Defend against key-changes during iteration. .. .. bpo: 24373 -.. date: 7872 +.. date: 9212 .. nonce: 6TL2XG .. section: Tests @@ -246,7 +246,7 @@ reference leaks encountered when combining tp_dealloc with PyType_FromSpec .. .. bpo: 24458 -.. date: 7871 +.. date: 9211 .. nonce: 1egApX .. section: Documentation @@ -256,7 +256,7 @@ modules (PEP 489). Patch by Petr Viktorin. .. .. bpo: 24351 -.. date: 7870 +.. date: 9210 .. nonce: XeSVl5 .. section: Documentation @@ -266,7 +266,7 @@ instances. .. .. bpo: 24432 -.. date: 7869 +.. date: 9209 .. nonce: IvUSiN .. section: Build |