[issue47061] Deprecate modules listed in PEP 594

2022-04-07 Thread Brett Cannon
Change by Brett Cannon : -- pull_requests: +30436 pull_request: https://github.com/python/cpython/pull/32410 ___ Python tracker ___

[issue47061] Deprecate modules listed in PEP 594

2022-04-06 Thread Brett Cannon
Change by Brett Cannon : -- pull_requests: +30426 pull_request: https://github.com/python/cpython/pull/32392 ___ Python tracker ___

[issue47061] Deprecate modules listed in PEP 594

2022-04-06 Thread Brett Cannon
Brett Cannon added the comment: New changeset 32b33879c2e19cde735c1971b06869976200e1d8 by Brett Cannon in branch 'main': bpo-47061: use `warnings._deprecated()` with asynchat, asyncore, and smtpd (GH-32350) https://github.com/python/cpython/commit/32b33879c2e19cde735c1971b06869976200e1d8

[issue47061] Deprecate modules listed in PEP 594

2022-04-05 Thread Brett Cannon
Change by Brett Cannon : -- pull_requests: +30402 pull_request: https://github.com/python/cpython/pull/32350 ___ Python tracker ___

[issue47061] Deprecate modules listed in PEP 594

2022-04-05 Thread Brett Cannon
Brett Cannon added the comment: New changeset c1d93b6411f975d67e43942f1a2745a22983c18c by Brett Cannon in branch 'main': bpo-47061: deprecate the `aifc` module (GH-32134) https://github.com/python/cpython/commit/c1d93b6411f975d67e43942f1a2745a22983c18c --

[issue47061] Deprecate modules listed in PEP 594

2022-03-26 Thread Brett Cannon
Change by Brett Cannon : -- pull_requests: +30214 pull_request: https://github.com/python/cpython/pull/32134 ___ Python tracker ___

[issue47061] Deprecate modules listed in PEP 594

2022-03-23 Thread miss-islington
miss-islington added the comment: New changeset e513b8188af4d2f43ab2b96b51bc45bd4f6fd5b6 by Hugo van Kemenade in branch '3.9': [3.9] bpo-47061: document module deprecations due to PEP 594 (GH-31984) (GH-32082) https://github.com/python/cpython/commit/e513b8188af4d2f43ab2b96b51bc45bd4f6fd5b6

[issue47061] Deprecate modules listed in PEP 594

2022-03-23 Thread Hugo van Kemenade
Change by Hugo van Kemenade : -- pull_requests: +30169 pull_request: https://github.com/python/cpython/pull/32082 ___ Python tracker ___

[issue47061] Deprecate modules listed in PEP 594

2022-03-21 Thread Brett Cannon
Brett Cannon added the comment: One thing I forgot to mention is that I will be updating What's New as the code deprecations land. -- ___ Python tracker ___

[issue47061] Deprecate modules listed in PEP 594

2022-03-21 Thread miss-islington
miss-islington added the comment: New changeset c3538355f49f9394140428a848f2acf08175ff1a by Miss Islington (bot) in branch '3.10': [3.10] bpo-47061: document module deprecations due to PEP 594 (GH-31984) (GH-32039)

[issue47061] Deprecate modules listed in PEP 594

2022-03-21 Thread miss-islington
miss-islington added the comment: New changeset 9ac2de922a0f783bd43b8e026e4fb70fd1888572 by Brett Cannon in branch 'main': bpo-47061: document module deprecations due to PEP 594 (GH-31984) https://github.com/python/cpython/commit/9ac2de922a0f783bd43b8e026e4fb70fd1888572 -- nosy:

[issue47061] Deprecate modules listed in PEP 594

2022-03-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +30129 pull_request: https://github.com/python/cpython/pull/32039 ___ Python tracker ___

[issue47061] Deprecate modules listed in PEP 594

2022-03-20 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +xtreak ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue47061] Deprecate modules listed in PEP 594

2022-03-19 Thread Hugo van Kemenade
Change by Hugo van Kemenade : -- nosy: +hugovk ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue47061] Deprecate modules listed in PEP 594

2022-03-18 Thread Brett Cannon
Change by Brett Cannon : -- priority: normal -> deferred blocker ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue47061] Deprecate modules listed in PEP 594

2022-03-18 Thread Brett Cannon
Brett Cannon added the comment: The first PR for documenting the modules is up. Once this gets merged and backported I will add a helper function in `warnings` and then make the appropriate code changes. -- ___ Python tracker

[issue47061] Deprecate modules listed in PEP 594

2022-03-18 Thread Brett Cannon
Change by Brett Cannon : -- keywords: +patch pull_requests: +30074 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/31984 ___ Python tracker

[issue47061] Deprecate modules listed in PEP 594

2022-03-18 Thread Barry A. Warsaw
Change by Barry A. Warsaw : -- nosy: +barry ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue47061] Deprecate modules listed in PEP 594

2022-03-18 Thread Brett Cannon
Change by Brett Cannon : -- title: Document PEP 594 deprecations -> Deprecate modules listed in PEP 594 ___ Python tracker ___ ___