]> granicus.if.org Git - python/commit
bpo-37759: More updates to Whatsnew 3.8 (GH-16854)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Sun, 20 Oct 2019 18:25:16 +0000 (11:25 -0700)
committerGitHub <noreply@github.com>
Sun, 20 Oct 2019 18:25:16 +0000 (11:25 -0700)
commitc93883c6afbd99929516764263fc49c3e996b10a
tree4380da0dfc5bee10781969ecc05b2dd236c88765
parent58ccd201fa74287ca9293c03136fcf1e19800ef9
bpo-37759: More updates to Whatsnew 3.8 (GH-16854)

* math.perm() and math.comb()

* math.isqrt()

* Add singledispatchmethod()

* itertools.accumulate()

* Optional headers for xmlrpc.client.ServerProxy

* IDLE non-BMP characters

* import collections.abc directly

* @coroutine is deprecated

* pprint.pp()

* New options for object.__reduce__()

* DictReader no longer returns OrderedDicts

* "force" option for logging.basicConfig()

* Fix spelling

* cProfile context manager

* Various markup/grammar fixes from Kyle Stanley.
Other minor fixes as well.
Also, dedup the __reduce__ entry.

* Fix markup

* Fix grammar nits found by MS Word
Doc/whatsnew/3.8.rst