消息 [163800]
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:44 | belopolsky | 修改 | 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:44 | belopolsky | 修改 | messageid: <1340552024.28.0.178707862138.issue444582@psf.upfronthosting.co.za> |
| 2012-06-24 15:33:43 | belopolsky | 链接 | issue444582 messages |
| 2012-06-24 15:33:43 | belopolsky | 创建 | |
|