This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

作者 iki
收信人 ajaksu2, andybuckley, brian.curtin, christian.heimes, edemaine, iki, tleeuwenburg@gmail.com
日期 2010-03-05.12:38:55
SpamBayes Score 1.3319564e-07
Marked as misclassified
Message-id <1267792737.55.0.716123768471.issue444582@psf.upfronthosting.co.za>
In-reply-to
内容
Updated version of reference implementation as a standalone module
    * changed interface: which_files() returns generator, which() returns first match,
      or raises IOError(errno.ENOENT)
    * updated doctest

Made this to more closely resemble the 'which' command behavior, and to make the typical use case simpler. The generator interface is still a good idea imho, so it's kept as which_files(). I'm already using the reference implementation module flawlessly, so I don't see any other changes needed on my side. Your ideas are welcome of course.
历史
日期 用户 动作 参数
2010-03-05 12:38:58iki修改recipients: + iki, edemaine, christian.heimes, ajaksu2, andybuckley, tleeuwenburg@gmail.com, brian.curtin
2010-03-05 12:38:57iki修改messageid: <1267792737.55.0.716123768471.issue444582@psf.upfronthosting.co.za>
2010-03-05 12:38:55iki链接issue444582 messages
2010-03-05 12:38:55iki创建