Python autocomplete missing keywords in Komodo IDE 10

It appears that autocomplete is missing some essential python keywords (I’ve noticed this for both python3, and python2). The two that I hit the most are the keywords for and in. When I type for in a comprehension, the the only option shown is format, and if I hit a space that is what is typed - this means that to type just for I need to hit escape to not have to go back and correct it. For in the only two options shown are input and int. If I was to type in a comprehension without having to escape bad autocompletes, I would see this:
[i format i input range(0,10)]

Is this just me?

Could you report this on our bug tracker?