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.

作者 belopolsky
收信人 Christophe Simonis, Iztok.Kavkler, Omega_Weapon, ajaksu2, andybuckley, belopolsky, brian.curtin, christian.heimes, edemaine, eric.araujo, georg.brandl, giampaolo.rodola, iki, loewis, meatballhat, michael.foord, pitrou, python-dev, r.david.murray, sandro.tosi, schmir, sfllaw, tarek, tleeuwenburg@gmail.com, tmick, vstinner, weeble, wrstlprmpft
日期 2012-06-24.15:33:43
SpamBayes Score -1.0
Marked as misclassified
Message-id <1340552024.28.0.178707862138.issue444582@psf.upfronthosting.co.za>
In-reply-to
内容
I don't think the Windows example in the reST documentation is correct:


      >>> print(shutil.which("python"))
      'c:\\python33\\python.exe'

It should be either

      >>> shutil.which("python")
      'c:\\python33\\python.exe'

or

      >>> print(shutil.which("python"))
      c:\python33\python.exe
历史
日期 用户 动作 参数
2012-06-24 15:33:44belopolsky修改recipients: + belopolsky, loewis, tmick, georg.brandl, edemaine, pitrou, vstinner, wrstlprmpft, giampaolo.rodola, christian.heimes, ajaksu2, sfllaw, schmir, tarek, eric.araujo, Christophe Simonis, andybuckley, weeble, r.david.murray, tleeuwenburg@gmail.com, michael.foord, brian.curtin, meatballhat, sandro.tosi, iki, Iztok.Kavkler, python-dev, Omega_Weapon
2012-06-24 15:33:44belopolsky修改messageid: <1340552024.28.0.178707862138.issue444582@psf.upfronthosting.co.za>
2012-06-24 15:33:43belopolsky链接issue444582 messages
2012-06-24 15:33:43belopolsky创建