cpython/Doc/howto
slateny 53ca774497
sorting howto: Add clarification on < using __lt__ (#92010)
2022-04-29 16:08:07 -06:00
..
annotations.rst
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 Improve discussion about how __getattr__ is invoked. (GH-31435) 2022-02-19 23:02:30 -06: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 sorting howto: Add clarification on < using __lt__ (#92010) 2022-04-29 16:08:07 -06:00
unicode.rst
urllib2.rst