diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-06-01 22:13:39 +0300 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-06-01 22:13:39 +0300 |
commit | 79fa98af9e3a37ee1e98094c55d8574c20c9d9a5 (patch) | |
tree | 547b06ab2d3585fb3f8568ff993b6e4637cb36d4 /Misc/NEWS | |
parent | Issue #21605: Added tests for Tkinter images. (diff) | |
download | cpython-79fa98af9e3a37ee1e98094c55d8574c20c9d9a5.tar.gz cpython-79fa98af9e3a37ee1e98094c55d8574c20c9d9a5.tar.bz2 cpython-79fa98af9e3a37ee1e98094c55d8574c20c9d9a5.zip |
Issue #19656: Running Python with the -3 option now also warns about
non-ascii bytes literals.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS index d8fc60807f5..8320b0ea6e7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -10,6 +10,9 @@ What's New in Python 2.7.8? 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" |