cpython/Doc/howto
Raymond Hettinger ebaf0945f9
GH-89519: Deprecate classmethod descriptor chaining (#92379)
2022-05-06 02:57:53 -05:00
..
annotations.rst Fix markup buglet in Doc/howto/annotations.rst (#29802) 2021-11-26 14:10:01 -08:00
argparse.rst
clinic.rst bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081) 2022-02-11 17:22:11 +01:00
cporting.rst
curses.rst gh-91156: Use `locale.getencoding()` instead of getpreferredencoding (GH-91732) 2022-04-22 10:39:24 +09:00
descriptor.rst GH-89519: Deprecate classmethod descriptor chaining (#92379) 2022-05-06 02:57:53 -05:00
enum.rst [doc]: Spotted errors while working on rstlint. (GH-30879) 2022-01-27 08:57:43 +01:00
functional.rst bpo-14911: Corrected generator.throw() documentation (GH-32207) 2022-03-31 16:56:48 +03:00
index.rst
instrumentation.rst
ipaddress.rst
logging-cookbook.rst Remove python2 support in logging cookbook example. (GH-32362) 2022-04-06 17:57:54 +01:00
logging.rst [doc] Add a note in howto/logging.rst about "do not log to root logger in libraries" (GH-31271) 2022-02-26 18:29:51 +00:00
logging_flow.png Optimize images by IMGbot (GH-21348) 2022-02-04 15:49:43 +09:00
pyporting.rst
regex.rst bpo-32658: Regex docs: Fix metacharacter reference (GH-32230) 2022-04-04 19:46:54 -07:00
sockets.rst
sorting.rst Fix typo in Sorting howto (#92280) 2022-05-03 21:38:29 -06:00
unicode.rst
urllib2.rst