gh-56166: Deprecate passing counts and maxsplit via position in re by hauntsaninja · Pull Request #107767 · python/cpython
Thank you for your PR @hauntsaninja, but there is a different solution to a problem with signature. Also, these parameters are not keyword-only yet, so they should not be documented so. Instead the deprecation of passing the corresponding arguments positionally should be documented. I created a different PR #107778.