This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Silence Socket Depreciation Warnings.
Type: enhancement Stage: resolved
Components: Windows Versions: Python 3.7, Python 3.6
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Deprecation warnings building 3.5 Visual Studio Windows 8.1 64 bit
View: 23451
Assigned To: Nosy List: Decorater, paul.moore, steve.dower, tim.golden, zach.ware
Priority: normal Keywords: patch

Created on 2016-07-15 21:05 by Decorater, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
socketmodule.c.patch Decorater, 2016-07-15 21:05 review
Pull Requests
URL Status Linked Edit
PR 2389 closed Decorater, 2017-06-25 04:21
Messages (5)
msg270512 - (view) Author: Decorater (Decorater) * Date: 2016-07-15 21:05
I have made a patch to some of the warnings to silence them hopefully this will help a lot.
msg270514 - (view) Author: Decorater (Decorater) * Date: 2016-07-15 21:06
Oh and ignore the exe on the patch if you see that 1 has changed.
msg270518 - (view) Author: Decorater (Decorater) * Date: 2016-07-15 22:38
I just noticed it does not work the way I had hoped. Ignore this.
msg296800 - (view) Author: Decorater (Decorater) * Date: 2017-06-25 04:21
Reopened as I found where to actually silence it.
msg296801 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2017-06-25 04:26
This is being handled in bpo-23451, GH-2318.
History
Date User Action Args
2022-04-11 14:58:33adminsetgithub: 71710
2017-06-25 04:26:39zach.waresetstatus: open -> closed
superseder: Deprecation warnings building 3.5 Visual Studio Windows 8.1 64 bit
messages: + msg296801

resolution: duplicate
stage: resolved
2017-06-25 04:22:39Decoratersetversions: + Python 3.7
2017-06-25 04:21:48Decoratersetpull_requests: + pull_request2437
2017-06-25 04:21:22Decoratersetstatus: closed -> open

messages: + msg296800
2016-07-15 22:38:42Decoratersetstatus: open -> closed

messages: + msg270518
2016-07-15 21:06:50Decoratersetnosy: + paul.moore, tim.golden, zach.ware, steve.dower
messages: + msg270514

components: + Windows
type: enhancement
2016-07-15 21:05:45Decoratercreate