• Tim Peters's avatar
    Implemented new os.startfile function, unique to Windows, exposing a · f58a7aaf
    Tim Peters yazdı
    subset of Win32 ShellExecute's functionality.  Guido wants this because
    IDLE's Help -> Docs function currently crashes his machine because of a
    conflict between his version of Norton AntiVirus (6.10.20) and MS's
    _popen.  Docs for startfile are being mailed to Fred (or just read the
    docstring -- it tells the whole story).
    Changed webbrowser.py to use os.startfile instead of os.popen on Windows.
    Changed IDLE's EditorWindow.py to pass an absolute path for the docs
    (hardcoding ShellExecute's "directory" arg to "." as used to be done let
    IDLE work, but made the startfile command exceedingly obscure for other
    uses -- the MS docs are terrible, of course, & still not sure I
    understand it).
    Note that Windows Python must link with shell32.lib now!  That's where
    ShellExecute lives.
    f58a7aaf
Adı
Son kayıt (commit)
Son güncelleme
..
audiopy Loading commit data...
bgen Loading commit data...
compiler Loading commit data...
faqwiz Loading commit data...
freeze Loading commit data...
i18n Loading commit data...
idle Loading commit data...
modulator Loading commit data...
pynche Loading commit data...
scripts Loading commit data...
versioncheck Loading commit data...
webchecker Loading commit data...
world Loading commit data...
README Loading commit data...