[wingide-users] Py3: str.format problem
harald at thingelstad.org
harald at thingelstad.org
Wed Apr 4 05:44:01 MDT 2012
Another problem with wing and Python3:
It does not handle the new str.format method very well.
Example:
name = 'World'
print('Hello {}!'.format(name))
format is marked in blue when written out, so it is recognized as a code
word. But it does not turn up in the list of the autocompleter, and the
Source Assistant gives a
«Symbol: 'Hello {}!'.format
Cannot determine type».
Just a heads up. Keep on the good work!
Harald
More information about the wingide-users
mailing list