On Fri, Jul 18, 2014 at 7:46 AM, Terry Reedy <tjreedy at udel.edu> wrote: > # self.file = open("file") : > # 1st 'file' colorized normal, 2nd as builtin, 3rd as string Is this pair of comments a hold-over from when it was common to use the file() constructor? Looks like it got searched-and-replaced. ChrisA