pythonw documentation?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Roger Miller

    #1

    pythonw documentation?

    I was going to ask how to a program can tell whether it was started by
    python.exe or pythonw.exe, but after some experimentation I noticed
    that sys.stdin.filen o() is -1 in the latter case.

    However on a more general note, the only references to pythonw that I
    could find in the Python 2.5 documentation are in the Macintosh
    section. Have I overlooked something, or is this a deficiency that
    should be addressed?

  • Martin v. Löwis

    #2
    Re: pythonw documentation?

    Roger Miller schrieb:
    However on a more general note, the only references to pythonw that I
    could find in the Python 2.5 documentation are in the Macintosh
    section. Have I overlooked something, or is this a deficiency that
    should be addressed?
    You are right that it currently isn't documented (although it is
    mentioned in PCbuild/readme.txt).

    When you submit a report to sf.net/projects/python, please make a
    recommendation what text you'd like to see in what place. It would
    be best if you could provide a patch, but somebody will certainly
    be able to work a plain-text paragraph into a TeX patch.

    Regards,
    Martin

    Comment

    Working...