summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2018-12-12 17:38:34 (GMT)
committerGitHub <noreply@github.com>2018-12-12 17:38:34 (GMT)
commit502fe19b10f66235fcf8f13fc1c0308190845def (patch)
tree707a8c0d1953b5c7556406a4b25621404db7359c /Misc/NEWS.d
parentb0e0877629e3df4bc3042fd424e96f197b2e9fa4 (diff)
downloadcpython-502fe19b10f66235fcf8f13fc1c0308190845def.zip
cpython-502fe19b10f66235fcf8f13fc1c0308190845def.tar.gz
cpython-502fe19b10f66235fcf8f13fc1c0308190845def.tar.bz2
bpo-35412: Add testcase to test_future4 (GH-11131)
Add testcase to test_future4: check unicode literal.
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Tests/2018-12-12-18-07-58.bpo-35412.kbuJor.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2018-12-12-18-07-58.bpo-35412.kbuJor.rst b/Misc/NEWS.d/next/Tests/2018-12-12-18-07-58.bpo-35412.kbuJor.rst
new file mode 100644
index 0000000..d696074
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2018-12-12-18-07-58.bpo-35412.kbuJor.rst
@@ -0,0 +1 @@
+Add testcase to ``test_future4``: check unicode literal.