diff options
author | Joannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com> | 2019-09-12 09:02:59 (GMT) |
---|---|---|
committer | Stéphane Wirtel <stephane@wirtel.be> | 2019-09-12 09:02:59 (GMT) |
commit | 92777d5e5aed1753bafe07265dbe98b2d271815b (patch) | |
tree | a609553e4f137751da0e2624372e9b96e4f79d4e /Misc | |
parent | a06d683d7fd88721eaf59abcf5b02eb82045c7b1 (diff) | |
download | cpython-92777d5e5aed1753bafe07265dbe98b2d271815b.zip cpython-92777d5e5aed1753bafe07265dbe98b2d271815b.tar.gz cpython-92777d5e5aed1753bafe07265dbe98b2d271815b.tar.bz2 |
bpo-18578: Rename and document test.bytecode_helper as test.support.bytecode_helper (GH-15168)
Rename and document test.bytecode_helper as test.support.bytecode_helper
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-08-07-19-34-07.bpo-18578.xfvdb_.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-08-07-19-34-07.bpo-18578.xfvdb_.rst b/Misc/NEWS.d/next/Library/2019-08-07-19-34-07.bpo-18578.xfvdb_.rst new file mode 100644 index 0000000..cc0e02f --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-08-07-19-34-07.bpo-18578.xfvdb_.rst @@ -0,0 +1,2 @@ +Renamed and documented `test.bytecode_helper` as `test.support.bytecode_helper`.
+Patch by Joannah Nanjekye.
\ No newline at end of file |