[issue44498] add deprecation warnings for asynchat, asyncore and smtpd

2021-06-28 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10 ___ Python tracker ___

[issue44498] add deprecation warnings for asynchat, asyncore and smtpd

2021-06-24 Thread Irit Katriel
Irit Katriel added the comment: New changeset 8bec9fb92f09d02c24611ebd0a90103a1a414a40 by Miss Islington (bot) in branch '3.10': bpo-44498: suppress DeprecationWarnings for asynchat, asyncore and smtpd in tests (GH-26905) (GH-26907)

[issue44498] add deprecation warnings for asynchat, asyncore and smtpd

2021-06-24 Thread Irit Katriel
Irit Katriel added the comment: New changeset 22e7effad571f8e524d2f71ff55bbf2a25306753 by Irit Katriel in branch 'main': bpo-44498: suppress DeprecationWarnings for asynchat, asyncore and smtpd in tests (GH-26905)

[issue44498] add deprecation warnings for asynchat, asyncore and smtpd

2021-06-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +25483 pull_request: https://github.com/python/cpython/pull/26907 ___ Python tracker ___

[issue44498] add deprecation warnings for asynchat, asyncore and smtpd

2021-06-24 Thread Irit Katriel
Change by Irit Katriel : -- pull_requests: +25481 pull_request: https://github.com/python/cpython/pull/26905 ___ Python tracker ___

[issue44498] add deprecation warnings for asynchat, asyncore and smtpd

2021-06-24 Thread miss-islington
miss-islington added the comment: New changeset a80a38ee9a7b2e26dba848793cc298d8435fddd5 by Miss Islington (bot) in branch '3.10': [3.10] bpo-44498: Issue a deprecation warning on asynchat, asyncore and smtpd import (GH-26882) (GH-26904)

[issue44498] add deprecation warnings for asynchat, asyncore and smtpd

2021-06-24 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: New changeset 8488b85c6397fe58f17fc00e047044c959ac0b04 by Barry Warsaw in branch 'main': bpo-44498: Issue a deprecation warning on asynchat, asyncore and smtpd import (#26882)

[issue44498] add deprecation warnings for asynchat, asyncore and smtpd

2021-06-24 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +25480 pull_request: https://github.com/python/cpython/pull/26904 ___ Python tracker

[issue44498] add deprecation warnings for asynchat, asyncore and smtpd

2021-06-23 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: > but only whether to issue the warning in 3.10 or 3.11. Is that correct? Correct. It can also be mentioned in a more general message as long as people know that this is the plan and they have a chance to voice any concern to start on 3.10

[issue44498] add deprecation warnings for asynchat, asyncore and smtpd

2021-06-23 Thread Irit Katriel
Irit Katriel added the comment: Pablo, to be clear - my understanding is that the question to python-dev is not whether to deprecate or not (they have been deprecated for a long time), but only whether to issue the warning in 3.10 or 3.11. Is that correct? --

[issue44498] add deprecation warnings for asynchat, asyncore and smtpd

2021-06-23 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: I'm fine with a 3.10 backport as long as this is mentioned in python-dev to give time for folks to raise concerns. Additionally, please make sure that: *The test site runs with -Werror as these warnings may make it fail so tests may need to be

[issue44498] add deprecation warnings for asynchat, asyncore and smtpd

2021-06-23 Thread Irit Katriel
Change by Irit Katriel : -- assignee: iritkatriel -> ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue44498] add deprecation warnings for asynchat, asyncore and smtpd

2021-06-23 Thread Irit Katriel
Change by Irit Katriel : -- title: move deprecated asynchat, asyncore and smtpd from the stdlib to test.support -> add deprecation warnings for asynchat, asyncore and smtpd ___ Python tracker