summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorKyle Stanley <aeros167@gmail.com>2019-07-03 18:22:40 (GMT)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-07-03 18:22:40 (GMT)
commit56ec4f1fdedd5b38deb06d94d51dd1a540262e90 (patch)
tree6a33b3d3f1c824783a0c07e710c4e2bb82ad15db /Misc
parent53c214344038341ce86fcf7efa12dc33be9d5b45 (diff)
downloadcpython-56ec4f1fdedd5b38deb06d94d51dd1a540262e90.zip
cpython-56ec4f1fdedd5b38deb06d94d51dd1a540262e90.tar.gz
cpython-56ec4f1fdedd5b38deb06d94d51dd1a540262e90.tar.bz2
bpo-19696: Replace deprecated method in "test_import_pkg.py" (GH-14466)
Replacing the deprecated method "random.choose" to "random.choice" was technically not part of the original issue. However, it was discussed in the talk page and involved one of the files being moved. I assumed this was too minor to justify the creation of a separate issue. Also, I added my name to the contributors list in Misc/ACKS. This will be my third PR to cpython, forgot to do it in the previous ones. https://bugs.python.org/issue19696
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS.d/next/Tests/2019-06-29-16-02-21.bpo-19696.05ijhN.rst1
2 files changed, 2 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index df0810f..a4d4372 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1572,6 +1572,7 @@ Tage Stabell-Kulo
Quentin Stafford-Fraser
Frank Stajano
Joel Stanley
+Kyle Stanley
Anthony Starks
David Steele
Oliver Steele
diff --git a/Misc/NEWS.d/next/Tests/2019-06-29-16-02-21.bpo-19696.05ijhN.rst b/Misc/NEWS.d/next/Tests/2019-06-29-16-02-21.bpo-19696.05ijhN.rst
new file mode 100644
index 0000000..c029fb9
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2019-06-29-16-02-21.bpo-19696.05ijhN.rst
@@ -0,0 +1 @@
+Replace deprecated method "random.choose" with "random.choice" in "test_pkg_import.py". \ No newline at end of file