commit | 6c9974e12c50150149b989aaef68be1fe46ea670 | [log] [tgz] |
---|---|---|
author | Wellington Pardim <wellpardim10@gmail.com> | Mon Feb 10 17:13:41 2020 -0300 |
committer | GitHub <noreply@github.com> | Mon Feb 10 12:13:41 2020 -0800 |
tree | c9efc93c482c8f6a8f4205eb9378e726a3b53f89 | |
parent | ed335cf53b5d4bca9a08c9b83ba684ba17be0f10 [diff] |
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>