[issue27523] Silence Socket Depreciation Warnings.

2017-06-24 Thread Zachary Ware
Zachary Ware added the comment: This is being handled in bpo-23451, GH-2318. -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Deprecation warnings building 3.5 Visual Studio Windows 8.1 64 bit ___ Python tracker

[issue27523] Silence Socket Depreciation Warnings.

2017-06-24 Thread Decorater
Changes by Decorater : -- versions: +Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue27523] Silence Socket Depreciation Warnings.

2017-06-24 Thread Decorater
Changes by Decorater : -- pull_requests: +2437 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue27523] Silence Socket Depreciation Warnings.

2017-06-24 Thread Decorater
Decorater added the comment: Reopened as I found where to actually silence it. -- status: closed -> open ___ Python tracker ___ ___ Py

[issue27523] Silence Socket Depreciation Warnings.

2016-07-15 Thread Decorater
Decorater added the comment: I just noticed it does not work the way I had hoped. Ignore this. -- status: open -> closed ___ Python tracker ___ __

[issue27523] Silence Socket Depreciation Warnings.

2016-07-15 Thread Decorater
Decorater added the comment: Oh and ignore the exe on the patch if you see that 1 has changed. -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware type: -> enhancement ___ Python tracker

[issue27523] Silence Socket Depreciation Warnings.

2016-07-15 Thread Decorater
New submission from Decorater: I have made a patch to some of the warnings to silence them hopefully this will help a lot. -- files: socketmodule.c.patch keywords: patch messages: 270512 nosy: Decorater priority: normal severity: normal status: open title: Silence Socket Depreciation Wa