]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #14958: Change IDLE systax highlighting to recognize all string and
authorNed Deily <nad@acm.org>
Wed, 30 May 2012 05:55:43 +0000 (22:55 -0700)
committerNed Deily <nad@acm.org>
Wed, 30 May 2012 05:55:43 +0000 (22:55 -0700)
commit5e92a1ef5a906cd34f122cf0ee54e0303ae07a5f
tree8eea29fae8b881dc811c996425ae74d7c3f0bc4b
parente8eb9127225caffb3693c7d8342d6c1b8579939c
Issue #14958: Change IDLE systax highlighting to recognize all string and
byte literals supported in Python 3.3.
Lib/idlelib/ColorDelegator.py
Misc/NEWS