diff options
author | Guido van Rossum <guido@python.org> | 1995-04-04 11:57:22 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-04-04 11:57:22 (GMT) |
commit | 93dda331ef87a9a723fa3d7fcbfbe5985c7ea0bd (patch) | |
tree | dd18deae93d1ea2af0873278b0b433c69b2ad3f1 /Doc/ref | |
parent | 5b7f3cd3e17b96d3ef505cc46df169caab06c784 (diff) | |
download | cpython-93dda331ef87a9a723fa3d7fcbfbe5985c7ea0bd.zip cpython-93dda331ef87a9a723fa3d7fcbfbe5985c7ea0bd.tar.gz cpython-93dda331ef87a9a723fa3d7fcbfbe5985c7ea0bd.tar.bz2 |
update list of supported os-es
Diffstat (limited to 'Doc/ref')
-rw-r--r-- | Doc/ref/ref.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/ref/ref.tex b/Doc/ref/ref.tex index a61c2de..e63fa7c 100644 --- a/Doc/ref/ref.tex +++ b/Doc/ref/ref.tex @@ -31,8 +31,8 @@ language for highly customizable C applications such as editors or window managers. Python is available for various operating systems, amongst which -several flavors of {\UNIX}, Amoeba, the Apple Macintosh O.S., -and MS-DOS. +several flavors of {\UNIX} (including Linux), the Apple Macintosh O.S., +MS-DOS, MS-Windows 3.1, Windows NT, and OS/2. This reference manual describes the syntax and ``core semantics'' of the language. It is terse, but attempts to be exact and complete. |