Skip to content

[3.8] bpo-37759: More updates to Whatsnew 3.8 (GH-16854) #16867

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 20, 2019

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Oct 20, 2019

  • 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
    (cherry picked from commit c93883c)

Co-authored-by: Raymond Hettinger rhettinger@users.noreply.github.com

https://bugs.python.org/issue37759

* 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
(cherry picked from commit c93883c)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
@miss-islington
Copy link
Contributor Author

@rhettinger: Status check is done, and it's a success ✅ .

@rhettinger rhettinger merged commit c39bc5c into python:3.8 Oct 20, 2019
@miss-islington miss-islington deleted the backport-c93883c-3.8 branch October 20, 2019 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants