not sure if these are new or not... all related to autocompletion after an equal sign if there is not a space after the =:
1) pressing a single quote after an = only creates a single quote, rather than autoclosing the string normally. if you press a space after =, it behaves as expected.
2) probably related, but if you press the quote button twice after an =, such as in self.flex='', the editor instead opens a triple quote.
3) i have noticed jedi autocompletions are sometimes incomplete or nonexistent if missing the space after an =... maybe this is only in the console. such as self.content_mode=ui. does not show any of the ui members... placing the space in there does.