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.

Author mark.dickinson
Recipients Arfrever, BTaskaya, Scott Stevens, barry, [email protected], eric.araujo, ezio.melotti, georg.brandl, larry, mark.dickinson, pablogsal, r.david.murray, rhettinger, serhiy.storchaka, terry.reedy
Date 2021-06-29.16:19:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I suspect the difference is due to a change in the way that Sphinx handles the py:method directive: the rst source for `pathlib.Path.touch` hasn't changed between 3.9 and 3.10, but the 3.9 docs are built with Sphinx 2.4.4, while the 3.10 docs are built with Sphinx 3.2.1.
History
Date User Action Args
2021-06-29 16:19:25mark.dickinsonsetrecipients: + mark.dickinson, barry, georg.brandl, rhettinger, terry.reedy, larry, ezio.melotti, eric.araujo, Arfrever, r.david.murray, [email protected], serhiy.storchaka, pablogsal, BTaskaya, Scott Stevens
2021-06-29 16:19:25mark.dickinsonsetmessageid: <[email protected]>
2021-06-29 16:19:25mark.dickinsonlinkissue16801 messages
2021-06-29 16:19:25mark.dickinsoncreate