cpython/Doc/library
2025-10-15 20:18:39 +00:00
..
__future__.rst gh-135755: Document __future__.* and CO_* as proper Sphinx objects (GH-135980) 2025-07-07 12:31:13 +02:00
__main__.rst
_thread.rst Python 3.15.0a1 2025-10-14 13:46:08 +03:00
abc.rst
aifc.rst
allos.rst
annotationlib.rst annotationlib: add note on security to docs (#138508) 2025-09-05 08:26:58 -07:00
archiving.rst gh-132983: Add documentation for compression.zstd (GH-133911) 2025-05-21 07:18:21 -07:00
argparse.rst GH-139067: Add example for argparse's append action (#131389) 2025-09-17 17:24:20 +01:00
array.rst gh-137183: Document that array.array typecode w is new in 3.13 (GH-137184) 2025-07-29 17:23:44 +02:00
ast.rst Python 3.15.0a1 2025-10-14 13:46:08 +03:00
asynchat.rst
asyncio-api-index.rst
asyncio-dev.rst gh-133515: fix docs for unawaited coroutines in debug mode (#134081) 2025-05-16 21:01:15 +05:30
asyncio-eventloop.rst gh-127859: Fixed documentation for call_later and call_at for early wakeup in asyncio (#137859) 2025-08-18 17:48:54 +05:30
asyncio-exceptions.rst
asyncio-extending.rst
asyncio-future.rst gh-137026: Add an explainer guide for asyncio (GH-137215) 2025-08-08 22:29:51 -07:00
asyncio-graph.rst
asyncio-llapi-index.rst
asyncio-platforms.rst
asyncio-policy.rst
asyncio-protocol.rst gh-90483: fix docs of SubprocessTransport.get_pipe_transport (#137852) 2025-08-16 11:11:45 +00:00
asyncio-queue.rst Fix Queue.shutdown docs for condition to unblock a join (gh-137088) 2025-07-25 07:56:28 -06:00
asyncio-runner.rst
asyncio-stream.rst gh-138703: clarify data buffer requirement of asyncio.StreamWriter.write (#139564) 2025-10-04 21:44:05 +05:30
asyncio-subprocess.rst gh-101100: Fix sphinx warnings in library/asyncio-subprocess.rst (#130994) 2025-03-10 12:38:08 +00:00
asyncio-sync.rst gh-101359: clarify docs for asyncio.Event.clear (#137849) 2025-08-16 10:50:54 +00:00
asyncio-task.rst gh-137026: Add an explainer guide for asyncio (GH-137215) 2025-08-08 22:29:51 -07:00
asyncio.rst gh-137026: Add an explainer guide for asyncio (GH-137215) 2025-08-08 22:29:51 -07:00
asyncore.rst
atexit.rst
audioop.rst
audit_events.rst Python 3.14.0b1 2025-05-06 18:33:52 +03:00
base64.rst gh-134201: Expand explanation of Base85 encodings in base64 docs (#134288) 2025-05-19 18:59:06 -05:00
bdb.rst gh-136980: Remove unused C tracing code in bdb (#136981) 2025-07-24 09:58:54 +09:00
binary.rst
binascii.rst
bisect.rst GH-138465: Improve documentation for common sequence methods (#138474) 2025-09-05 20:55:02 +01:00
builtins.rst
bz2.rst
calendar.rst Python 3.15.0a1 2025-10-14 13:46:08 +03:00
cgi.rst
cgitb.rst
chunk.rst
cmath.rst gh-137871: Clarify cmath.nan documentation by linking to math module (#137876) 2025-10-14 11:24:43 +03:00
cmd.rst
cmdline.rst gh-123299: Copyedit "What's New in Python 3.14" (#133452) 2025-05-06 15:05:20 +03:00
cmdlinelibs.rst gh-137777: Disband the 'Program Frameworks' chapter (#137796) 2025-08-15 18:41:09 +01:00
code.rst gh-53189: Document peculiarities of InteractiveConsole in relation to pickle (GH-123069) 2025-05-20 14:08:40 +02:00
codecs.rst Python 3.15.0a1 2025-10-14 13:46:08 +03:00
codeop.rst
collections.abc.rst gh-105812: Use the `:deco:` role in place of manual decorator markup (#139619) 2025-10-05 21:15:36 +01:00
collections.rst Python 3.15.0a1 2025-10-14 13:46:08 +03:00
colorsys.rst
compileall.rst gh-133503: clarify compileall -s/-p docs (#134756) 2025-06-01 10:18:31 +02:00
compression.rst GH-123299: Copyedit 3.14 What's New: New and Improved Modules (#139530) 2025-10-04 15:58:51 +03:00
compression.zstd.rst gh-135252: Document Zstandard integration across zipfile, shutil, and tarfile (#135311) 2025-07-03 20:28:25 +00:00
concurrency.rst gh-134939: Add the concurrent.interpreters Module (gh-133958) 2025-06-11 17:35:48 -06:00
concurrent.futures.rst Mention the "context manager" keyword in concurrent.futures documentation (#130976) 2025-08-15 15:30:22 +05:30
concurrent.interpreters.rst gh-137090: Remove redundant statement in `Doc/library/concurrent.interpreters.rst` (#137091) 2025-07-25 16:50:53 +01:00
concurrent.rst gh-134939: Add the concurrent.interpreters Module (gh-133958) 2025-06-11 17:35:48 -06:00
configparser.rst
constants.rst gh-138307: Update the Ellipsis documentation (#138306) 2025-09-03 07:27:22 -04:00
contextlib.rst gh-139452: Clarify redirect_stdout, stderr behavior (gh-139490) 2025-10-08 08:28:29 -05:00
contextvars.rst Python 3.14.0a6 2025-03-14 17:05:02 +02:00
copy.rst gh-134559: Add versionadded for `object.__replace__()` (#134672) 2025-05-26 10:39:04 +01:00
copyreg.rst
crypt.rst gh-139672: Remove references to passlib (#139673) 2025-10-09 20:13:38 +03:00
crypto.rst
csv.rst gh-138005: Document that CSV skipinitialspace=True and delimiter=' ' require quotation for empty fields (#138006) 2025-09-11 18:11:33 +03:00
ctypes.rst gh-136520: Clarify docs for _pack_ & _align_ (GH-137036) 2025-08-04 15:40:42 +02:00
curses.ascii.rst
curses.panel.rst
curses.rst GH-101100: Resolve reference warnings in whatsnew/3.3.rst (#138414) 2025-09-03 11:20:43 +00:00
custominterp.rst
dataclasses.rst gh-105812: Use the `:deco:` role in place of manual decorator markup (#139619) 2025-10-05 21:15:36 +01:00
datatypes.rst
datetime.rst Python 3.15.0a1 2025-10-14 13:46:08 +03:00
dbm.rst Python 3.15.0a1 2025-10-14 13:46:08 +03:00
debug.rst
decimal.rst gh-131885: Use positional-only markers for the `decimal` module (#131990) 2025-08-18 12:49:21 +01:00
development.rst
devmode.rst
dialog.rst gh-135756: Fix nonexistent parameter in tkinter docs (#135770) 2025-06-20 18:45:36 -04:00
difflib.rst Python 3.15.0a1 2025-10-14 13:46:08 +03:00
dis.rst GH-123299: Copyedit 3.14 What's New: CPython bytecode changes (#139402) 2025-09-29 15:11:54 +00:00
distribution.rst
distutils.rst
doctest.rst Python 3.15.0a1 2025-10-14 13:46:08 +03:00
email.charset.rst
email.compat32-message.rst gh-101100: Fix Sphinx warnings in library/email.compat32-message.rst (#136323) 2025-07-07 19:28:44 +03:00
email.contentmanager.rst
email.encoders.rst
email.errors.rst gh-101100: Fix sphinx warnings in library/email.errors.rst (#130774) 2025-03-03 11:56:45 +02:00
email.examples.rst
email.generator.rst
email.header.rst Docs: Fix duplicate word typos (GH-135958) 2025-06-26 20:00:19 -04:00
email.headerregistry.rst
email.iterators.rst
email.message.rst
email.mime.rst
email.parser.rst Partially revert "gh-101100: Fix sphinx warnings in library/email.parser.rst (#136475)" (#136629) 2025-07-14 12:13:15 +03:00
email.policy.rst
email.rst
email.utils.rst
ensurepip.rst
enum.rst gh-139487: add missing imports for standalone doctest Enum examples (#139488) 2025-10-02 12:28:29 +02:00
errno.rst
exceptions.rst Python 3.15.0a1 2025-10-14 13:46:08 +03:00
faulthandler.rst gh-127604: Docs: Include a C stack in the faulthandler example (GH-136081) 2025-06-29 10:58:26 -04:00
fcntl.rst Python 3.15.0a1 2025-10-14 13:46:08 +03:00
filecmp.rst
fileformats.rst
fileinput.rst
filesys.rst
fnmatch.rst gh-74598: document that fnmatch.filterfalse is affected by cache limitation (#136781) 2025-07-19 09:51:11 +00:00
fractions.rst gh-122450: Expand documentation for `Rational and Fraction` (#136800) 2025-08-04 02:15:59 +00:00
frameworks.rst gh-137777: Disband the 'Program Frameworks' chapter (#137796) 2025-08-15 18:41:09 +01:00
ftplib.rst
functional.rst
functions.rst gh-137609: Update signatures of builtins in the documentation (GH-137610) 2025-08-25 15:28:27 +03:00
functools.rst gh-105812: Use the `:deco:` role in place of manual decorator markup (#139619) 2025-10-05 21:15:36 +01:00
gc.rst gh-108362: Retarget incremental GC changes to 3.14 (#125453) 2025-07-20 12:56:55 +03:00
getopt.rst
getpass.rst gh-138514: getpass: restrict echo_char to a single ASCII character (#138591) 2025-09-16 16:21:55 +02:00
gettext.rst
glob.rst gh-133306: Use \z instead of \Z in fnmatch.translate() and glob.translate() (GH-133338) 2025-05-03 17:58:21 +03:00
graphlib.rst Python 3.14.0a7 2025-04-08 14:20:51 +03:00
grp.rst
gzip.rst Python 3.15.0a1 2025-10-14 13:46:08 +03:00
hashlib-blake2-tree.png
hashlib.rst gh-139495: Fix hashlib.file_digest() versionchanged description of BlockingIOError (GH-139496) 2025-10-02 12:50:36 -07:00
heapq-binary-tree.svg gh-133530: Replace binary tree textual digram with image (gh-133591) 2025-05-07 19:05:06 -05:00
heapq.rst Add example of min-heap and max-heap working together (gh-137251) 2025-07-30 15:53:33 -05:00
hmac.rst GH-101100: Resolve reference warnings in whatsnew/3.7.rst (#138410) 2025-09-03 09:20:16 +03:00
html.entities.rst
html.parser.rst gh-131535: Fix stale example in html.parser docs, make examples doctests (GH-131551) 2025-05-07 18:50:05 +03:00
html.rst gh-139006: Doc: Clarify html.escape function description (#139016) 2025-09-17 21:45:34 +08:00
http.client.rst Python 3.15.0a1 2025-10-14 13:46:08 +03:00
http.cookiejar.rst gh-101100: Fix references in http.cookiejar docs (GH-136238) 2025-07-05 09:29:02 -04:00
http.cookies.rst Python 3.15.0a1 2025-10-14 13:46:08 +03:00
http.rst gh-102247: Improve documentation of http.HTTPStatus members update (#133190) 2025-10-14 11:18:17 +03:00
http.server.rst gh-133810: remove http.server.CGIHTTPRequestHandler and --cgi flag (#133811) 2025-05-17 09:58:16 +02:00
i18n.rst
idle.rst
imaplib.rst Python 3.15.0a1 2025-10-14 13:46:08 +03:00
imghdr.rst
imp.rst
importlib.metadata.rst Docs: fix a couple typos in Doc/ (GH-132927) 2025-04-27 15:56:58 -07:00
importlib.resources.abc.rst gh-110631: Fix some incorrect indents in the documentation (#129312) 2025-05-21 13:52:02 +00:00
importlib.resources.rst gh-138044: Fix importlib.resources.files deprecation docs (#139632) 2025-10-12 01:52:01 +03:00
importlib.rst gh-85076: Document exceptions that can be raised by importlib.import_module (GH-94662) 2025-09-09 12:52:00 -07:00
index.rst gh-137777: Disband the 'Program Frameworks' chapter (#137796) 2025-08-15 18:41:09 +01:00
inspect.rst gh-138966: Add description for gi_suspended attribute (GH-139008) 2025-09-17 04:21:52 -04:00
internet.rst
intro.rst
io.rst gh-133982: Test _pyio.BytesIO in free-threaded tests (gh-136218) 2025-07-04 11:27:21 +09:00
ipaddress.rst gh-136752: Clarify documentation for `IPv{N}Address.is_reserved` (#136794) 2025-07-19 14:43:56 +00:00
ipc.rst
itertools.rst Docs: Improve example for `itertools.batched()` (#136775) 2025-07-19 10:29:44 +01:00
json.rst gh-134150: Clarify distinction between JSON and Python objects (#134154) 2025-05-17 21:47:37 -04:00
kde_example.png
keyword.rst
language.rst
linecache.rst gh-60115: Support frozen modules for linecache.getline() (#131638) 2025-04-02 19:50:01 -04:00
locale.rst Python 3.15.0a1 2025-10-14 13:46:08 +03:00
logging.config.rst Docs: Fix markups for emphasis (GH-135598) 2025-06-18 13:32:43 -04:00
logging.handlers.rst gh-91555: add warning to docs about possibility of deadlock/infinite recursion (GH-135954) 2025-06-26 15:18:32 +01:00
logging.rst gh-137985: Correct description of Formatter's datefmt param in logging documentation (GH-138530) 2025-09-05 22:07:04 +01:00
lzma.rst
mailbox.rst gh-121529: Document from_ parameter in _mboxMMDF public methods (#121530) 2025-03-23 13:10:47 +01:00
mailcap.rst
markup.rst
marshal.rst
math.rst Python 3.15.0a1 2025-10-14 13:46:08 +03:00
mimetypes.rst gh-75223: Deprecate undotted extensions in mimetypes.MimeTypes.add_type (#128638) 2025-04-28 14:23:57 +00:00
mm.rst
mmap.rst Python 3.15.0a1 2025-10-14 13:46:08 +03:00
modulefinder.rst
modules.rst
msilib.rst
msvcrt.rst
multiprocessing.rst gh-132898: Add a note in multiprocessing.Process docs about creating a process in a REPL (GH-137118) 2025-07-27 12:59:08 -07:00
multiprocessing.shared_memory.rst
netdata.rst
netrc.rst gh-135815: skip netrc security checks if os.getuid is missing (#135816) 2025-06-22 19:48:06 +00:00
nis.rst
nntplib.rst
numbers.rst gh-122450: Expand documentation for `Rational and Fraction` (#136800) 2025-08-04 02:15:59 +00:00
numeric.rst
operator.rst
optparse.rst
os.path.rst Python 3.15.0a1 2025-10-14 13:46:08 +03:00
os.rst gh-83714: Implement os.statx() function (#139178) 2025-10-15 13:44:08 +00:00
ossaudiodev.rst
pathlib-inheritance.png
pathlib-inheritance.svg
pathlib.rst GH-101100: Remove some entries from `nitpick_ignore` (#138464) 2025-09-08 22:10:26 +00:00
pdb.rst GH-123299: Copyedit 3.14 What's New: Optimizations (#137789) 2025-08-15 11:14:45 +00:00
persistence.rst
pickle.rst GH-138465: Improve documentation for common sequence methods (#138474) 2025-09-05 20:55:02 +01:00
pickletools.rst gh-93096: Update and document pickletools CLI (#131273) 2025-03-17 09:36:30 +00:00
pipes.rst
pkgutil.rst Docs: Emphasize parameter name in pkgutil.iter_importers (GH-135597) 2025-06-19 08:56:43 -04:00
platform.rst gh-138952: Document platform.machine() output casing inconsistency across platforms (#138962) 2025-09-17 15:56:21 +01:00
plistlib.rst gh-101100: Fix sphinx warnings in library/plistlib.rst (#132422) 2025-04-13 18:35:26 +00:00
poplib.rst
posix.rst
pprint.rst gh-139155: Remove "dictionaries are sorted by key" note in pprint docs (GH-139159) 2025-10-12 12:48:22 -04:00
profile.rst gh-138122: Use `profiling.sampling` in the documentation (PEP 799) (#138389) 2025-09-02 17:45:00 +01:00
pty.rst Python 3.15.0a1 2025-10-14 13:46:08 +03:00
pwd.rst
py_compile.rst
pyclbr.rst
pydoc.rst
pyexpat.rst Python 3.15.0a1 2025-10-14 13:46:08 +03:00
python.rst gh-134939: Add the concurrent.interpreters Module (gh-133958) 2025-06-11 17:35:48 -06:00
queue.rst Fix Queue.shutdown docs for condition to unblock a join (gh-137088) 2025-07-25 07:56:28 -06:00
quopri.rst
random.rst Docs: Fix typo in random_derangement recipe (GH-138599) 2025-09-06 16:53:49 -04:00
re.rst gh-122055: Clarify documentation for empty matches in RE (GH-133169) 2025-05-19 15:27:50 +02:00
readline.rst Python 3.14.0b1 2025-05-06 18:33:52 +03:00
removed.rst
reprlib.rst
resource.rst Python 3.15.0a1 2025-10-14 13:46:08 +03:00
rlcompleter.rst
runpy.rst
sched.rst
secrets.rst
security_warnings.rst gh-127502: Remove XML vulnerability table (GH-135294) 2025-07-07 11:03:07 +02:00
select.rst Python 3.15.0a1 2025-10-14 13:46:08 +03:00
selectors.rst
shelve.rst Python 3.15.0a1 2025-10-14 13:46:08 +03:00
shlex.rst
shutil.rst GH-101100: Resolve reference warnings in whatsnew/2.7.rst (#138415) 2025-09-03 11:33:13 +00:00
signal.rst Python 3.15.0a1 2025-10-14 13:46:08 +03:00
site.rst
smtpd.rst
smtplib.rst gh-101100: Fix sphinx warnings in library/smtplib.rst (#139991) 2025-10-14 11:12:24 +03:00
sndhdr.rst
socket.rst Python 3.15.0a1 2025-10-14 13:46:08 +03:00
socketserver.rst Python 3.15.0a1 2025-10-14 13:46:08 +03:00
spwd.rst
sqlite3.rst Python 3.15.0a1 2025-10-14 13:46:08 +03:00
ssl.rst Python 3.15.0a1 2025-10-14 13:46:08 +03:00
stat.rst gh-83714: Implement os.statx() function (#139178) 2025-10-15 13:44:08 +00:00
statistics.rst
stdtypes.rst gh-106318: Add examples for str.istitle() (#140046) 2025-10-14 17:19:27 +03:00
string.rst gh-132661: PEP 750 documentation: second pass (#137020) 2025-08-04 22:45:51 +01:00
string.templatelib.rst gh-138558: Improve description of `Interpolation.expression` (#139187) 2025-10-04 22:06:56 +01:00
stringprep.rst
struct.rst gh-121249: fix complex formatting codes in the struct docs (note 10) (GH-133249) 2025-05-02 18:27:07 +02:00
subprocess.rst gh-101100: Fix all Sphinx warnings in Doc/library/subprocess.rst (#139576) 2025-10-08 18:26:22 +03:00
sunau.rst
superseded.rst
symtable.rst
sys.monitoring.rst gh-136697: Use the standard audit event format for sys.monitoring docs (#136747) 2025-07-17 11:10:10 -07:00
sys.rst Python 3.15.0a1 2025-10-14 13:46:08 +03:00
sys_path_init.rst Docs: fix some typos in Doc/library (#132511) 2025-04-14 13:24:46 +00:00
sysconfig.rst Replace obsolete platforms with more recent examples (#132455) 2025-10-10 05:38:13 +00:00
syslog.rst
tabnanny.rst
tarfile.rst Python 3.15.0a1 2025-10-14 13:46:08 +03:00
telnetlib.rst
tempfile.rst
termios.rst
test.rst Docs: Fix typo in test.support.linked_to_musl function name (#138406) 2025-09-03 14:52:13 +02:00
text.rst gh-132661: Document t-strings and templatelib (#135229) 2025-07-22 12:44:13 +03:00
textwrap.rst
threading.rst Python 3.15.0a1 2025-10-14 13:46:08 +03:00
time.rst Python 3.15.0a1 2025-10-14 13:46:08 +03:00
timeit.rst
tk.rst gh-137777: Disband the 'Program Frameworks' chapter (#137796) 2025-08-15 18:41:09 +01:00
tk_msg.png
tkinter.colorchooser.rst
tkinter.dnd.rst
tkinter.font.rst
tkinter.messagebox.rst
tkinter.rst
tkinter.scrolledtext.rst
tkinter.ttk.rst
token-list.inc gh-130587: Add hand-written docs for non-OP tokens (GH-130588) 2025-03-19 16:42:11 +01:00
token.rst gh-135263: Fix typo in token.NAME documentation (#135275) 2025-06-08 22:59:26 +03:00
tokenize.rst
tomllib.rst
trace.rst
traceback.rst gh-128481: indicate that the default value for FrameSummary.end_lineno changed in 3.13 (#130755) 2025-03-02 18:16:51 +01:00
tracemalloc.rst
tty.rst
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst gh-138772: Fix and improve documentation for turtle color functions (GH-139325) 2025-10-13 18:32:16 +03:00
types.rst Python 3.15.0a1 2025-10-14 13:46:08 +03:00
typing.rst gh-139817: typing docs: Fix indentation of .. versionadded:: note for TypeAliasType.__qualname__ (#140177) 2025-10-15 20:18:39 +00:00
unicodedata.rst Fix the reference to unicode specification (#139138) 2025-09-19 14:28:55 +02:00
unittest.mock-examples.rst
unittest.mock.rst Replace "ordered arguments" with "positional arguments" in unittest.mock documentation (GH-137552) 2025-08-08 14:00:18 +00:00
unittest.rst Python 3.15.0a1 2025-10-14 13:46:08 +03:00
unix.rst gh-137777: Disband the 'Program Frameworks' chapter (#137796) 2025-08-15 18:41:09 +01:00
urllib.error.rst
urllib.parse.rst
urllib.request.rst gh-137341: Remove more word duplications (GH-137342) 2025-08-03 19:41:12 +03:00
urllib.robotparser.rst
urllib.rst
uu.rst
uuid.rst gh-137847: Add examples for UUIDv6-8 (#137848) 2025-08-18 11:24:19 +00:00
venv.rst Fix Windows path in venv docs (GH-138476) 2025-09-03 20:15:47 +00:00
warnings.rst gh-105812: Use the `:deco:` role in place of manual decorator markup (#139619) 2025-10-05 21:15:36 +01:00
wave.rst gh-133873: remove deprecated mark interface for wave.Wave_{read,write} objects (#133874) 2025-05-15 14:52:07 +00:00
weakref.rst
webbrowser.rst Python 3.14.0b1 2025-05-06 18:33:52 +03:00
windows.rst
winreg.rst Python 3.15.0a1 2025-10-14 13:46:08 +03:00
winsound.rst gh-131453: Add additional constants to winsound module (GH-131454) 2025-03-20 16:35:52 +00:00
wsgiref.rst
xdrlib.rst
xml.dom.minidom.rst gh-127502: Remove XML vulnerability table (GH-135294) 2025-07-07 11:03:07 +02:00
xml.dom.pulldom.rst gh-127502: Remove XML vulnerability table (GH-135294) 2025-07-07 11:03:07 +02:00
xml.dom.rst
xml.etree.elementtree.rst gh-90949: Recommend hasattr with Expat security methods (#139800) 2025-10-14 13:18:09 +03:00
xml.rst gh-127502: Fix typo in XML security notes (#139335) 2025-09-26 11:59:08 +02:00
xml.sax.handler.rst gh-101100: Resolve reference warnings in library/xml.sax.handler.rst (#136612) 2025-09-03 01:35:21 +01:00
xml.sax.reader.rst
xml.sax.rst gh-127502: Remove XML vulnerability table (GH-135294) 2025-07-07 11:03:07 +02:00
xml.sax.utils.rst
xmlrpc.client.rst gh-127502: Remove XML vulnerability table (GH-135294) 2025-07-07 11:03:07 +02:00
xmlrpc.rst
xmlrpc.server.rst gh-127502: Remove XML vulnerability table (GH-135294) 2025-07-07 11:03:07 +02:00
zipapp.rst
zipfile.rst gh-133125: Clarify ZipInfo.date_time attribute documentation (#136082) 2025-08-22 16:52:30 -07:00
zipimport.rst Python 3.15.0a1 2025-10-14 13:46:08 +03:00
zlib.rst Update documented minimum required zlib library version (#140116) 2025-10-15 00:16:00 +02:00
zoneinfo.rst Doc/library/zoneinfo.rst: Fix typo (#139190) 2025-09-22 07:25:39 -04:00