Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upbpo-38897: Remove use of deprecated `array.fromstring` method #17332
Conversation
This comment has been minimized.
This comment has been minimized.
the-knights-who-say-ni
commented
Nov 22, 2019
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept this contribution by verifying everyone involved has signed the PSF contributor agreement (CLA). Recognized GitHub usernameWe couldn't find a bugs.python.org (b.p.o) account corresponding to the following GitHub usernames: This might be simply due to a missing "GitHub Name" entry in one's b.p.o account settings. This is necessary for legal reasons before we can look at this contribution. Please follow the steps outlined in the CPython devguide to rectify this issue. You can check yourself to see if the CLA has been received. Thanks again for the contribution, we look forward to reviewing it! |
This comment has been minimized.
This comment has been minimized.
@dcoles Thanks for the contribution. Thank you :) |
Using `array.fromstring` generates a `DeprecationWarning` on current versions of Python.
This comment has been minimized.
This comment has been minimized.
@corona10 Issue on bugs.python.org: https://bugs.python.org/issue38897 |
Thanks for the contribution to the CPython project!! @vstinner @serhiy-storchaka |
This comment has been minimized.
This comment has been minimized.
miss-islington
commented
Nov 26, 2019
This comment has been minimized.
This comment has been minimized.
bedevere-bot
commented
Nov 26, 2019
GH-17386 is a backport of this pull request to the 3.7 branch. |
This comment has been minimized.
This comment has been minimized.
@methane Could this be backported to 3.8 too? |
This comment has been minimized.
This comment has been minimized.
Oh, I missed it. Thank you. |
This comment has been minimized.
This comment has been minimized.
miss-islington
commented
Nov 26, 2019
This comment has been minimized.
This comment has been minimized.
bedevere-bot
commented
Nov 26, 2019
GH-17387 is a backport of this pull request to the 3.8 branch. |
dcoles commentedNov 22, 2019
•
edited by bedevere-bot
Using
array.fromstring
generates aDeprecationWarning
on current versions of Python.https://bugs.python.org/issue38897