]> 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:03:56 +0000 (20:03 -0700)
committerGitHub <noreply@github.com>
Sat, 8 Aug 2020 03:03:56 +0000 (20:03 -0700)
commitdeea701b7f9922e0991b129e84644c2d6b0995ae
treec16cce56ca7ad5da69acd4066e493b05ccac93c9
parent70e9243a55be9c32b41f2149cdfa3957f96f8471
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