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.

URL PR 20927
Status merged
Title bpo-36346: Emit DeprecationWarning for PyArg_Parse() with 'u' or 'Z'.
History
Date User Action Args
2021-02-22 13:11:49methanesetstatus: open -> merged
2021-02-22 11:21:44methanesettitle: bpo-36346: Emit DeprecationWarning for getargs with 'u', 'Z' -> bpo-36346: Emit DeprecationWarning for PyArg_Parse() with 'u' or 'Z'.
2021-02-22 08:32:23methanesettitle: bpo-36346: Emt DeprecationWarning for getargs with 'u', 'Z' -> bpo-36346: Emit DeprecationWarning for getargs with 'u', 'Z'
2021-02-22 08:32:15methanesettitle: bpo-36346: Raise DeprecationWarning for getargs with 'u', 'Z' -> bpo-36346: Emt DeprecationWarning for getargs with 'u', 'Z'
2020-06-17 11:24:07methanesettitle: bpo-36346: Raise DeprecationWarning in deprecated usages. -> bpo-36346: Raise DeprecationWarning for getargs with 'u', 'Z'
2020-06-17 05:12:43methanelinkissue36346 pull_requests
2020-06-17 05:12:43methanecreate