]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Doc: Add a link to tutorial page from `open()` doc (GH-21737)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 8 Aug 2020 03:05:04 +0000 (20:05 -0700)
committerGitHub <noreply@github.com>
Sat, 8 Aug 2020 03:05:04 +0000 (20:05 -0700)
commitde5de413e7f03e9cdcaf0cf96b13f4fe6bd5ccb6
treec2496a4ff9bdb598178779ce43ee69d23af74f7b
parent398dabb6818992efac3b4df96255054a456907a3
Doc: Add a link to tutorial page from `open()` doc (GH-21737)

Adds a link to the "Reading and Writing Files" page so users can
more easily discover how file handles are handled with the `with`
context manager vs without it.
(cherry picked from commit 705f14556545699ab615ec98f707b438f9603767)

Co-authored-by: Benjamin Kane <bbkane@users.noreply.github.com>
Doc/library/functions.rst