]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Doc: Fix the array.fromfile method doc (GH-22037) (GH-25631)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 26 Apr 2021 14:24:07 +0000 (07:24 -0700)
committerGitHub <noreply@github.com>
Mon, 26 Apr 2021 14:24:07 +0000 (07:24 -0700)
commit9b5f30efe40e8da4348cd24c0e1147fd79f0ff8a
tree58fab308b09e9ded456cd87a4cdf1a0666ca16dd
parent10ee2662dfeeb3b00d232f8f1c2eecc4d7e65244
Doc: Fix the array.fromfile method doc (GH-22037) (GH-25631)

The check about the f argument type was removed in this commit:
https://github.com/python/cpython/commit/2c94aa567e525c82041ad68a3174d8c3acbf37e2

Thanks for Pedro Arthur Duarte (pedroarthur.jedi at gmail.com) by the help with
this bug.
(cherry picked from commit bd25bcd37a3a41a0e08208e969f0c02287850c61)

Co-authored-by: Adorilson Bezerra <adorilson@gmail.com>
Co-authored-by: Adorilson Bezerra <adorilson@gmail.com>
Doc/library/array.rst