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.

Author belopolsky
Recipients 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
Date 2012-06-24.15:33:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340552024.28.0.178707862138.issue444582@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-06-24 15:33:44belopolskysetrecipients: + 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:44belopolskysetmessageid: <1340552024.28.0.178707862138.issue444582@psf.upfronthosting.co.za>
2012-06-24 15:33:43belopolskylinkissue444582 messages
2012-06-24 15:33:43belopolskycreate