[Python-checkins] cpython (3.4): tutorial: no "linux2" sys.platform on 3.x (thanks Arfrever)

georg.brandl python-checkins at python.org
Sun Mar 23 23:04:55 CET 2014


http://hg.python.org/cpython/rev/f2dc5e60a293
changeset:   89939:f2dc5e60a293
branch:      3.4
parent:      89937:004ae1472a43
user:        Georg Brandl <georg at python.org>
date:        Sun Mar 23 23:03:59 2014 +0100
summary:
  tutorial: no "linux2" sys.platform on 3.x (thanks Arfrever)

files:
  Doc/tutorial/interpreter.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst
--- a/Doc/tutorial/interpreter.rst
+++ b/Doc/tutorial/interpreter.rst
@@ -97,7 +97,7 @@
 
    $ python3.4
    Python 3.4 (default, Mar 16 2014, 09:25:04)
-   [GCC 4.8.2] on linux2
+   [GCC 4.8.2] on linux
    Type "help", "copyright", "credits" or "license" for more information.
    >>>
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list