]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39369 Doc: Update mmap readline method documentation (GH-17957)
authorWellington Pardim <wellpardim10@gmail.com>
Mon, 10 Feb 2020 20:13:41 +0000 (17:13 -0300)
committerGitHub <noreply@github.com>
Mon, 10 Feb 2020 20:13:41 +0000 (12:13 -0800)
commit6c9974e12c50150149b989aaef68be1fe46ea670
treec9efc93c482c8f6a8f4205eb9378e726a3b53f89
parented335cf53b5d4bca9a08c9b83ba684ba17be0f10
bpo-39369 Doc: Update mmap readline method documentation (GH-17957)

* Update mmap readline method documentation

Update mmap `readline` method description. The fact that the `readline` method does update the file position should not be ignored since this might give the impression for the programmer that it doesn't update it.

* ðŸ“œðŸ¤– Added by blurb_it.

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Doc/library/mmap.rst
Misc/NEWS.d/next/Documentation/2020-01-17-13-59-21.bpo-39369.Bx5yE3.rst [new file with mode: 0644]