Martin Pool <mbp at sourcefrog.net> wrote: > What is good Python style for an abstract factory? > > One way is a simple function, as here. Nothing wrong with using a function, IMHO. Neil