X Tutup
The Wayback Machine - https://web.archive.org/web/20210426193456/https://github.com/python/cpython/pull/22037
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc: Fix the array.fromfile method doc #22037

Merged
merged 1 commit into from Apr 26, 2021
Merged

Doc: Fix the array.fromfile method doc #22037

merged 1 commit into from Apr 26, 2021

Conversation

@adorilson
Copy link
Contributor

@adorilson adorilson commented Sep 1, 2020

The check about the f argument type was removed in this commit:
2c94aa5

Thanks for Pedro Arthur Duarte (pedroarthur.jedi at gmail.com) by the help with
this bug.

The check about the f argument type was removed in this commit:
2c94aa5

Thanks for Pedro Arthur Duarte (pedroarthur.jedi at gmail.com) by the help with
this bug.
Copy link
Contributor

@jstasiak jstasiak left a comment

LGTM

Copy link
Member

@orsenthil orsenthil left a comment

LGTM.

@orsenthil orsenthil merged commit bd25bcd into python:master Apr 26, 2021
17 of 18 checks passed
17 of 18 checks passed
Docs Docs
Details
Docs
Details
Check for source changes
Details
Check for source changes
Details
Check if generated files are up to date
Details
Windows (x86)
Details
Windows (x64)
Details
Windows (x86)
Details
Windows (x64)
Details
macOS
Details
Ubuntu
Details
macOS
Details
Ubuntu
Details
Ubuntu SSL tests with OpenSSL ${{ matrix.openssl_ver }}
Details
Azure Pipelines PR #20210426.17 succeeded
Details
Travis CI - Pull Request Build Passed
Details
bedevere/issue-number Issue report skipped
bedevere/news "skip news" label found
@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Apr 26, 2021

Thanks @adorilson for the PR, and @orsenthil for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9.
🐍🍒🤖

miss-islington added a commit to miss-islington/cpython that referenced this pull request Apr 26, 2021
The check about the f argument type was removed in this commit:
python@2c94aa5

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>
@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Apr 26, 2021

GH-25630 is a backport of this pull request to the 3.9 branch.

miss-islington added a commit to miss-islington/cpython that referenced this pull request Apr 26, 2021
The check about the f argument type was removed in this commit:
python@2c94aa5

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

Co-authored-by: Adorilson Bezerra <adorilson@gmail.com>
@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Apr 26, 2021

GH-25631 is a backport of this pull request to the 3.8 branch.

orsenthil pushed a commit that referenced this pull request Apr 26, 2021
The check about the f argument type was removed in this commit:
2c94aa5

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

Co-authored-by: Adorilson Bezerra <adorilson@gmail.com>

Co-authored-by: Adorilson Bezerra <adorilson@gmail.com>
orsenthil pushed a commit that referenced this pull request Apr 26, 2021
The check about the f argument type was removed in this commit:
2c94aa5

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

Co-authored-by: Adorilson Bezerra <adorilson@gmail.com>

Co-authored-by: Adorilson Bezerra <adorilson@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
7 participants
X Tutup