On Fri, Jul 18, 2014 at 7:46 AM, Terry Reedy <[email protected]> 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 -- https://mail.python.org/mailman/listinfo/python-list
