Title: gh-101100: Fix Sphinx warnings for removed dead batteries by hugovk · Pull Request #113669 · python/cpython · GitHub
Open Graph Title: gh-101100: Fix Sphinx warnings for removed dead batteries by hugovk · Pull Request #113669 · python/cpython
X Title: gh-101100: Fix Sphinx warnings for removed dead batteries by hugovk · Pull Request #113669 · python/cpython
Description: Fix 58 warnings for modules removed by PEP 594: "Removing dead batteries from the standard library": Doc/whatsnew/2.0.rst:1098: WARNING: py:mod reference target not found: linuxaudiodev Doc/whatsnew/2.0.rst:1098: WARNING: py:mod reference target not found: sunaudiodev Doc/whatsnew/2.4.rst:998: WARNING: py:mod reference target not found: asyncore Doc/whatsnew/2.6.rst:1792: WARNING: py:mod reference target not found: asyncore Doc/whatsnew/2.6.rst:1792: WARNING: py:mod reference target not found: asynchat Doc/whatsnew/2.6.rst:2927: WARNING: py:mod reference target not found: audiodev Doc/whatsnew/2.6.rst:2927: WARNING: py:mod reference target not found: linuxaudiodev Doc/whatsnew/2.6.rst:2927: WARNING: py:mod reference target not found: sunaudiodev Doc/whatsnew/3.11.rst:1750: WARNING: py:mod reference target not found: asynchat Doc/whatsnew/3.11.rst:1750: WARNING: py:mod reference target not found: asyncore Doc/whatsnew/3.11.rst:1750: WARNING: py:mod reference target not found: smtpd Doc/whatsnew/3.11.rst:1880: WARNING: py:mod reference target not found: asynchat Doc/whatsnew/3.11.rst:1881: WARNING: py:mod reference target not found: asyncore Doc/whatsnew/3.11.rst:2010: WARNING: py:mod reference target not found: smtpd Doc/whatsnew/3.2.rst:1861: WARNING: py:class reference target not found: asyncore.dispatcher Doc/whatsnew/3.2.rst:1861: WARNING: py:meth reference target not found: asyncore.dispatcher.handle_accepted Doc/whatsnew/3.2.rst:1861: WARNING: py:meth reference target not found: asyncore.dispatcher.handle_accept Doc/whatsnew/3.2.rst:1861: WARNING: py:meth reference target not found: asyncore.dispatcher.accept Doc/whatsnew/3.2.rst:2740: WARNING: py:func reference target not found: asyncore.handle_accept Doc/whatsnew/3.2.rst:2740: WARNING: py:func reference target not found: asyncore.handle_accepted Doc/whatsnew/3.3.rst:1848: WARNING: py:mod reference target not found: smtpd Doc/whatsnew/3.4.rst:1372: WARNING: py:class reference target not found: smtpd.SMTPServer Doc/whatsnew/3.4.rst:1372: WARNING: py:class reference target not found: smtpd.SMTPChannel Doc/whatsnew/3.4.rst:1372: WARNING: py:class reference target not found: asynchat.async_chat Doc/whatsnew/3.4.rst:2373: WARNING: py:attr reference target not found: cgi.FieldStorage.file Doc/whatsnew/3.5.rst:881: WARNING: py:class reference target not found: cgi.FieldStorage Doc/whatsnew/3.5.rst:1666: WARNING: py:class reference target not found: smtpd.SMTPServer Doc/whatsnew/3.5.rst:1666: WARNING: py:class reference target not found: smtpd.SMTPChannel Doc/whatsnew/3.5.rst:1666: WARNING: py:meth reference target not found: smtpd.SMTPServer.process_message Doc/whatsnew/3.5.rst:1677: WARNING: py:class reference target not found: smtpd.SMTPServer Doc/whatsnew/3.5.rst:1677: WARNING: py:meth reference target not found: smtpd.SMTPServer.process_message Doc/whatsnew/3.5.rst:1684: WARNING: py:class reference target not found: smtpd.SMTPServer Doc/whatsnew/3.5.rst:1684: WARNING: py:meth reference target not found: smtpd.SMTPServer.process_message Doc/whatsnew/3.5.rst:1692: WARNING: py:class reference target not found: smtpd.SMTPServer Doc/whatsnew/3.5.rst:1717: WARNING: py:func reference target not found: sndhdr.what Doc/whatsnew/3.5.rst:1717: WARNING: py:func reference target not found: sndhdr.whathdr Doc/whatsnew/3.5.rst:2299: WARNING: py:mod reference target not found: smtpd Doc/whatsnew/3.5.rst:2299: WARNING: py:class reference target not found: smtpd.SMTPServer Doc/whatsnew/3.6.rst:1964: WARNING: py:mod reference target not found: asynchat Doc/whatsnew/3.6.rst:1971: WARNING: py:mod reference target not found: asyncore Doc/whatsnew/3.6.rst:2187: WARNING: py:mod reference target not found: smtpd Doc/whatsnew/3.6.rst:2222: WARNING: py:class reference target not found: smtpd.SMTPChannel Doc/whatsnew/3.6.rst:2222: WARNING: py:class reference target not found: smtpd.SMTPServer Doc/whatsnew/3.6.rst:2222: WARNING: py:meth reference target not found: smtpd.SMTPServer.process_message Doc/whatsnew/3.7.rst:2307: WARNING: py:func reference target not found: cgi.parse_multipart Doc/whatsnew/3.9.rst:934: WARNING: py:func reference target not found: smtpd.MailmanProxy build/NEWS:6679: WARNING: py:mod reference target not found: asyncore build/NEWS:6679: WARNING: py:mod reference target not found: asynchat build/NEWS:8169: WARNING: py:mod reference target not found: smtpd build/NEWS:10143: WARNING: py:mod reference target not found: asynchat build/NEWS:10143: WARNING: py:mod reference target not found: asyncore build/NEWS:10143: WARNING: py:mod reference target not found: smtpd build/NEWS:10362: WARNING: py:mod reference target not found: asyncore build/NEWS:13815: WARNING: py:class reference target not found: smtpd.MailmanProxy build/NEWS:18404: WARNING: py:obj reference target not found: cgi.parse_multipart build/NEWS:25609: WARNING: py:obj reference target not found: crypt build/NEWS:25609: WARNING: py:obj reference target not found: crypt_r() build/NEWS:25609: WARNING: py:obj reference target not found: crypt() These removals began in 3.12, and the bulk were in 3.13. So some need backporting to 3.12, and we don't need to backport to 3.11. Issue: gh-101100 📚 Documentation preview 📚: https://cpython-previews--113669.org.readthedocs.build/
Open Graph Description: Fix 58 warnings for modules removed by PEP 594: "Removing dead batteries from the standard library": Doc/whatsnew/2.0.rst:1098: WARNING: py:mod reference target not found: linuxaudiodev D...
X Description: Fix 58 warnings for modules removed by PEP 594: "Removing dead batteries from the standard library": Doc/whatsnew/2.0.rst:1098: WARNING: py:mod reference target not found: linuxau...
Opengraph URL: https://github.com/python/cpython/pull/113669
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/checks(.:format) |
| route-controller | pull_requests |
| route-action | checks |
| fetch-nonce | v2:1c2fd365-b18b-9ed9-1d41-3054beac70b2 |
| current-catalog-service-hash | 87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a |
| request-id | 90D0:3B18F:91EBEA:C72016:6969DF9E |
| html-safe-nonce | a890aba3eb6cb460b3661d4dedceaf8f412cad83cc5246a287b95a169167539f |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5MEQwOjNCMThGOjkxRUJFQTpDNzIwMTY6Njk2OURGOUUiLCJ2aXNpdG9yX2lkIjoiMTA2ODAwMjA0NDM1OTA3MzY5NSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 7dca04cc7a9c40a6f54ccefd56e6a5457557fab04e8a3b9f90e703c56352db7d |
| hovercard-subject-tag | pull_request:1662322795 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/python/cpython/pull/113669/checks |
| twitter:image | https://avatars.githubusercontent.com/u/1324225?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/u/1324225?s=400&v=4 |
| og:image:alt | Fix 58 warnings for modules removed by PEP 594: "Removing dead batteries from the standard library": Doc/whatsnew/2.0.rst:1098: WARNING: py:mod reference target not found: linuxaudiodev D... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 7b32f1c7c4549428ee399213e8345494fc55b5637195d3fc5f493657579235e8 |
| turbo-cache-control | no-preview |
| go-import | github.com/python/cpython git https://github.com/python/cpython.git |
| octolytics-dimension-user_id | 1525981 |
| octolytics-dimension-user_login | python |
| octolytics-dimension-repository_id | 81598961 |
| octolytics-dimension-repository_nwo | python/cpython |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 81598961 |
| octolytics-dimension-repository_network_root_nwo | python/cpython |
| turbo-body-classes | logged-out env-production page-responsive full-width full-width-p-0 |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | bdde15ad1b403e23b08bbd89b53fbe6bdf688cad |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width