Skip to content
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

bpo-23451: Fix socket deprecation warnings in socketmodule.c #2318

Merged
merged 10 commits into from
Jun 28, 2017
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/master' into bpo-23451-socket-…
…deprecation-warnings
  • Loading branch information
segevfiner committed Jun 24, 2017
commit c316d1e8d11a8868f50959956f37ab7cf8c832f2
3 changes: 3 additions & 0 deletions Doc/whatsnew/3.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,9 @@ Changes in the Python API
``makedirs()``.
(Contributed by Serhiy Storchaka in :issue:`19930`.)

* The :attr:`struct.Struct.format` type is now :class:`str` instead of
:class:`bytes`. (Contributed by Victor Stinner in :issue:`21071`.)

* Due to internal changes in :mod:`socket` you won't be able to
:func:`socket.fromshare` a socket :func:`~socket.socket.share`-ed in older
Python versions.
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.