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 | |
| parent | 5b7f3cd3e17b96d3ef505cc46df169caab06c784 (diff) | |
| download | cpython-93dda331ef87a9a723fa3d7fcbfbe5985c7ea0bd.zip cpython-93dda331ef87a9a723fa3d7fcbfbe5985c7ea0bd.tar.gz cpython-93dda331ef87a9a723fa3d7fcbfbe5985c7ea0bd.tar.bz2 | |
update list of supported os-es
| -rw-r--r-- | Doc/ref.tex | 4 | ||||
| -rw-r--r-- | Doc/ref/ref.tex | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Doc/ref.tex b/Doc/ref.tex index a61c2de..e63fa7c 100644 --- a/Doc/ref.tex +++ b/Doc/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. 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. |
