On Fri, 17 Feb 2012 16:17:06 +0100, Detlev Offenbach <detlev at die-offenbachs.de> wrote: > Hi, > > there is an issue with QFtp. This module includes an enum QFtp.Command, > that > has a member called QFtp.None. However, if that is used it causes a syntax > error (None is a keyword). Therefore it should be changed to QFtp.None_. Fixed - thanks. Phil