]> granicus.if.org Git - python/commit
Idle ColorDelegator: remove special case code for 'as' in import statements.
authorTerry Jan Reedy <tjreedy@udel.edu>
Tue, 19 Aug 2014 21:17:57 +0000 (17:17 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Tue, 19 Aug 2014 21:17:57 +0000 (17:17 -0400)
commitc1a723a0b300f036ba76c0370374ee2e455c2c52
tree1b15fe90146d51bc8bcc6358de09d1f251a54ed9
parent996c3deafe13235baf73f305e5eb4848f3f6ed2d
Idle ColorDelegator: remove special case code for 'as' in import statements.
'As' became a full keyword when with statements were added in 2.5/2.6.
Lib/idlelib/ColorDelegator.py