mirror of
https://github.com/python/cpython.git
synced 2026-08-09 18:50:37 -04:00
* gh-140550: PEP 793 reference documentation Since the PEP calls for soft-deprecation of the existing initialization function, this reorganizes the relevant docs to put the new way of doing things first, and de-emphasize the old. Some bits, like the tutorial, are left out of this patch. (See the issue for a list.)
50 lines
1.4 KiB
Plaintext
50 lines
1.4 KiB
Plaintext
# All RST files under Doc/ -- except these -- must pass Sphinx nit-picky mode,
|
|
# as tested on the CI via check-warnings.py in reusable-docs.yml.
|
|
# Keep lines sorted lexicographically to help avoid merge conflicts.
|
|
|
|
Doc/c-api/descriptor.rst
|
|
Doc/c-api/float.rst
|
|
Doc/c-api/init_config.rst
|
|
Doc/c-api/intro.rst
|
|
Doc/c-api/stable.rst
|
|
Doc/c-api/typeobj.rst
|
|
Doc/library/ast.rst
|
|
Doc/library/asyncio-extending.rst
|
|
Doc/library/email.charset.rst
|
|
Doc/library/email.parser.rst
|
|
Doc/library/http.cookiejar.rst
|
|
Doc/library/http.server.rst
|
|
Doc/library/importlib.rst
|
|
Doc/library/logging.config.rst
|
|
Doc/library/logging.handlers.rst
|
|
Doc/library/lzma.rst
|
|
Doc/library/mmap.rst
|
|
Doc/library/multiprocessing.rst
|
|
Doc/library/optparse.rst
|
|
Doc/library/os.rst
|
|
Doc/library/pickletools.rst
|
|
Doc/library/profile.rst
|
|
Doc/library/pyexpat.rst
|
|
Doc/library/select.rst
|
|
Doc/library/socket.rst
|
|
Doc/library/ssl.rst
|
|
Doc/library/termios.rst
|
|
Doc/library/test.rst
|
|
Doc/library/tkinter.rst
|
|
Doc/library/tkinter.scrolledtext.rst
|
|
Doc/library/tkinter.ttk.rst
|
|
Doc/library/unittest.mock.rst
|
|
Doc/library/urllib.parse.rst
|
|
Doc/library/urllib.request.rst
|
|
Doc/library/wsgiref.rst
|
|
Doc/library/xml.dom.minidom.rst
|
|
Doc/library/xml.dom.pulldom.rst
|
|
Doc/library/xml.dom.rst
|
|
Doc/library/xml.sax.reader.rst
|
|
Doc/library/xml.sax.rst
|
|
Doc/library/xmlrpc.client.rst
|
|
Doc/library/xmlrpc.server.rst
|
|
Doc/whatsnew/2.4.rst
|
|
Doc/whatsnew/2.5.rst
|
|
Doc/whatsnew/2.6.rst
|