summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5c3b875..10640a1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,6 +26,9 @@ Core and Builtins
through as unmodified as possible; as a consequence, the C API
related to command line arguments was changed to use wchar_t.
+- All backslashes in raw strings are interpreted literally. This means that
+ '\u' and '\U' escapes are not treated specially.
+
Extension Modules
-----------------