cpython/Misc/NEWS.d
Miss Islington (bot) 9989efbb65
bpo-33134: dataclasses: use function dispatch table for hash, instead of a string lookup which then is tested with if tests. (GH-6222)
* Change _hash_action to be a function table lookup, instead of a list
of strings which is then tested with if statements.
(cherry picked from commit 01d618c560)

Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
2018-03-24 19:31:29 -07:00
..
next bpo-33134: dataclasses: use function dispatch table for hash, instead of a string lookup which then is tested with if tests. (GH-6222) 2018-03-24 19:31:29 -07:00
3.5.0.rst Blurbify master branch. (#3298) 2017-09-04 13:30:19 -07:00
3.5.0a1.rst Replace KB unit with KiB (#4293) 2017-11-08 14:44:44 -08:00
3.5.0a2.rst Blurbify master branch. (#3298) 2017-09-04 13:30:19 -07:00
3.5.0a3.rst Blurbify master branch. (#3298) 2017-09-04 13:30:19 -07:00
3.5.0a4.rst Blurbify master branch. (#3298) 2017-09-04 13:30:19 -07:00
3.5.0b1.rst Blurbify master branch. (#3298) 2017-09-04 13:30:19 -07:00
3.5.0b2.rst Blurbify master branch. (#3298) 2017-09-04 13:30:19 -07:00
3.5.0b3.rst Blurbify master branch. (#3298) 2017-09-04 13:30:19 -07:00
3.5.0b4.rst Blurbify master branch. (#3298) 2017-09-04 13:30:19 -07:00
3.5.0rc1.rst Blurbify master branch. (#3298) 2017-09-04 13:30:19 -07:00
3.5.0rc2.rst Blurbify master branch. (#3298) 2017-09-04 13:30:19 -07:00
3.5.0rc3.rst Blurbify master branch. (#3298) 2017-09-04 13:30:19 -07:00
3.5.0rc4.rst Blurbify master branch. (#3298) 2017-09-04 13:30:19 -07:00
3.5.1.rst Blurbify master branch. (#3298) 2017-09-04 13:30:19 -07:00
3.5.1rc1.rst Blurbify master branch. (#3298) 2017-09-04 13:30:19 -07:00
3.5.2.rst Blurbify master branch. (#3298) 2017-09-04 13:30:19 -07:00
3.5.2rc1.rst bpo-29879: Update typing documentation. (GH-4573) 2017-11-26 14:23:02 -08:00
3.5.3.rst Blurbify master branch. (#3298) 2017-09-04 13:30:19 -07:00
3.5.3rc1.rst Blurbify master branch. (#3298) 2017-09-04 13:30:19 -07:00
3.6.0.rst Blurbify master branch. (#3298) 2017-09-04 13:30:19 -07:00
3.6.0a1.rst Fix miscellaneous typos (#4275) 2017-11-05 15:37:50 +02:00
3.6.0a2.rst Simplify NEWS entry to prevent suspicious warnings. (#3339) 2017-09-05 00:45:36 -07:00
3.6.0a3.rst Fix miscellaneous typos (#4275) 2017-11-05 15:37:50 +02:00
3.6.0a4.rst Blurbify master branch. (#3298) 2017-09-04 13:30:19 -07:00
3.6.0b1.rst Blurbify master branch. (#3298) 2017-09-04 13:30:19 -07:00
3.6.0b2.rst Blurbify master branch. (#3298) 2017-09-04 13:30:19 -07:00
3.6.0b3.rst Blurbify master branch. (#3298) 2017-09-04 13:30:19 -07:00
3.6.0b4.rst Blurbify master branch. (#3298) 2017-09-04 13:30:19 -07:00
3.6.0rc1.rst Blurbify master branch. (#3298) 2017-09-04 13:30:19 -07:00
3.6.0rc2.rst Blurbify master branch. (#3298) 2017-09-04 13:30:19 -07:00
3.6.1rc1.rst Blurbify master branch. (#3298) 2017-09-04 13:30:19 -07:00
3.7.0a1.rst Fix miscellaneous typos (#4275) 2017-11-05 15:37:50 +02:00
3.7.0a2.rst Fix miscellaneous typos (#4275) 2017-11-05 15:37:50 +02:00
3.7.0a3.rst Update NEWS and pydoc topics. 2017-12-05 03:17:33 -05:00
3.7.0a4.rst bpo-32327: Revert loop.run_in_executor behaviour: return a Future. (#5392) 2018-01-28 14:09:40 -05:00
3.7.0b1.rst Revert "bpo-31961: subprocess now accepts path-like args (GH-4329)" (GH-5912) (GH-5931) 2018-02-27 18:30:30 -05:00
3.7.0b2.rst Update NEWS, docs, and patchlevel for 3.7.0b2 2018-02-27 19:49:18 -05:00