0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 03:01:36 +01:00
cpython/Doc/howto
amaajemyfren 8ea10a9446
closes bpo-40166: Change Unicode Howto so that it does not have a specific number of assigned code points. (GH-19328)
Change the number of code points from a specific number to a link to the latest standard that has a description of how many code points there are.
2020-04-06 23:16:02 -05:00
..
argparse.rst
clinic.rst bpo-38600: NULL -> `NULL`. (GH-17001) 2019-10-30 21:37:16 +02:00
cporting.rst
curses.rst
descriptor.rst
functional.rst Doc: Fix external links to functional programming tutorial. (GH-18249) 2020-01-29 14:10:54 +01:00
index.rst
instrumentation.rst
ipaddress.rst
logging_flow.png
logging-cookbook.rst bpo-38830: Correct slot signature in Qt example. (GH-17220) 2019-11-18 12:03:22 +00:00
logging.rst PyPy already supports Python 3 (GH-18774) 2020-03-06 11:08:17 +00:00
pyporting.rst Replace links in howto/pyporting.rst with sphinx references (GH-17781) 2020-01-05 17:08:14 -05:00
regex.rst
sockets.rst bpo-15999: Always pass bool instead of int to socket.setblocking(). (GH-15621) 2019-09-01 12:12:52 +03:00
sorting.rst bpo-39374: Updated sorting documentation (GH-18177) 2020-01-25 14:18:58 -08:00
unicode.rst closes bpo-40166: Change Unicode Howto so that it does not have a specific number of assigned code points. (GH-19328) 2020-04-06 23:16:02 -05:00
urllib2.rst