Staging
v0.5.1
https://github.com/python/cpython
Revision dadff6f6610e03a9363c52ba9c49aa923984640a authored by Miss Islington (bot) on 26 November 2019, 08:38:41 UTC, committed by GitHub on 26 November 2019, 08:38:41 UTC
(cherry picked from commit 386d00cc341b549800776b906bfc6b20ea40c7db)

Co-authored-by: David Coles <coles.david@gmail.com>
1 parent 089387e
Raw File
Tip revision: dadff6f6610e03a9363c52ba9c49aa923984640a authored by Miss Islington (bot) on 26 November 2019, 08:38:41 UTC
Remove use of deprecated `array.fromstring` method (GH-17332)
Tip revision: dadff6f
PULL_REQUEST_TEMPLATE.md
<!--
Thanks for your contribution!
Please read this comment in its entirety. It's quite important.

# Pull Request title

It should be in the following format:

```
bpo-NNNN: Summary of the changes made
```

Where: bpo-NNNN refers to the issue number in the https://bugs.python.org.

Most PRs will require an issue number. Trivial changes, like fixing a typo, do not need an issue.

# Backport Pull Request title

If this is a backport PR (PR made against branches other than `master`),
please ensure that the PR title is in the following format:

```
[X.Y] <title from the original PR> (GH-NNNN)
```

Where: [X.Y] is the branch name, e.g. [3.6].

GH-NNNN refers to the PR number from `master`.

-->
back to top