From: Skip M. <sk...@po...> - 2014-03-06 21:03:23
|
On Thu, Mar 6, 2014 at 2:51 PM, Nelle Varoquaux <nel...@gm...> wrote: > The convention is to use a simple _. > > mode, _, dev, nlink, uid, gid, size, _, _, _ = os.stat("/etc/hosts") Which is "pylint-compliant", but removes any description to future readers (who might decide to use them) what the meaning of those various unused values are. Skip |