--- a/QScintilla/Lexers/LexerPython.py Sun Feb 28 14:33:07 2010 +0000 +++ b/QScintilla/Lexers/LexerPython.py Sun Feb 28 17:27:35 2010 +0000 @@ -116,3 +116,11 @@ QsciLexerPython.TripleDoubleQuotedString, QsciLexerPython.TripleSingleQuotedString, QsciLexerPython.UnclosedString] + + def defaultKeywords(self, kwSet): + """ + Public method to get the default keywords. + + @param kwSet number of the keyword set (integer) + """ + return QsciLexerPython.keywords(self, kwSet)