]> granicus.if.org Git - python/commit
Issue #19656: Running Python with the -3 option now also warns about
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 1 Jun 2014 19:13:39 +0000 (22:13 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 1 Jun 2014 19:13:39 +0000 (22:13 +0300)
commit79fa98af9e3a37ee1e98094c55d8574c20c9d9a5
tree547b06ab2d3585fb3f8568ff993b6e4637cb36d4
parente75a555073abc75e4eb1db923a1929d3b500e5e5
Issue #19656: Running Python with the -3 option now also warns about
non-ascii bytes literals.
Lib/test/test_py3kwarn.py
Misc/NEWS
Python/ast.c