summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBatuhan Taşkaya <batuhanosmantaskaya@gmail.com>2020-04-14 18:55:01 (GMT)
committerGitHub <noreply@github.com>2020-04-14 18:55:01 (GMT)
commitaade1cc453698e1bc48861b16955c2c2219ec521 (patch)
treeb61a4c6cbcf79811cbd51c71da43597c9f54634f /Misc
parent96515e9f6785328c52ebc5d4ce60e0087a9adc2d (diff)
downloadcpython-aade1cc453698e1bc48861b16955c2c2219ec521.zip
cpython-aade1cc453698e1bc48861b16955c2c2219ec521.tar.gz
cpython-aade1cc453698e1bc48861b16955c2c2219ec521.tar.bz2
bpo-395222: Correctly unparse unicode prefix in ast_unparse.c (GH-19512)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2020-04-14-18-47-00.bpo-39522.uVeIV_.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-04-14-18-47-00.bpo-39522.uVeIV_.rst b/Misc/NEWS.d/next/Core and Builtins/2020-04-14-18-47-00.bpo-39522.uVeIV_.rst
new file mode 100644
index 0000000..12d939d
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2020-04-14-18-47-00.bpo-39522.uVeIV_.rst
@@ -0,0 +1,2 @@
+Correctly unparse explicit ``u`` prefix for strings when postponed
+evaluation for annotations activated. Patch by Batuhan Taskaya.