commit | deea701b7f9922e0991b129e84644c2d6b0995ae | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri Aug 07 20:03:56 2020 -0700 |
committer | GitHub <noreply@github.com> | Fri Aug 07 20:03:56 2020 -0700 |
tree | c16cce56ca7ad5da69acd4066e493b05ccac93c9 | |
parent | 70e9243a55be9c32b41f2149cdfa3957f96f8471 [diff] |
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>