Issue #19656: Running Python with the -3 option now also warns about
non-ascii bytes literals.
diff --git a/Misc/NEWS b/Misc/NEWS
index d8fc608..8320b0e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@
Core and Builtins
-----------------
+- Issue #19656: Running Python with the -3 option now also warns about
+ non-ascii bytes literals.
+
- Issue #21523: Fix over-pessimistic computation of the stack effect of
some opcodes in the compiler. This also fixes a quadratic compilation
time issue noticeable when compiling code with a large number of "and"