Tue Jun 21 00:26:04 2022 UTC ()
python27: note this package has been EOL for a while


(gutteridge)
diff -r1.1.1.1 -r1.2 pkgsrc/lang/python27/DESCR

cvs diff -r1.1.1.1 -r1.2 pkgsrc/lang/python27/DESCR (expand / switch to unified diff)

--- pkgsrc/lang/python27/DESCR 2011/02/22 08:51:58 1.1.1.1
+++ pkgsrc/lang/python27/DESCR 2022/06/21 00:26:04 1.2
@@ -2,13 +2,17 @@ Python is an interpreted, interactive, o @@ -2,13 +2,17 @@ Python is an interpreted, interactive, o
2programming language that combines remarkable power with 2programming language that combines remarkable power with
3very clear syntax. For an introduction to programming in 3very clear syntax. For an introduction to programming in
4Python you are referred to the Python Tutorial. The 4Python you are referred to the Python Tutorial. The
5Python Library Reference documents built-in and standard 5Python Library Reference documents built-in and standard
6types, constants, functions and modules. Finally, the 6types, constants, functions and modules. Finally, the
7Python Reference Manual describes the syntax and semantics 7Python Reference Manual describes the syntax and semantics
8of the core language in (perhaps too) much detail. 8of the core language in (perhaps too) much detail.
9 9
10Python's basic power can be extended with your own modules 10Python's basic power can be extended with your own modules
11written in C or C++. On most systems such modules may be 11written in C or C++. On most systems such modules may be
12dynamically loaded. Python is also adaptable as an exten- 12dynamically loaded. Python is also adaptable as an exten-
13sion language for existing applications. See the internal 13sion language for existing applications. See the internal
14documentation for hints. 14documentation for hints.
 15
 16This release is no longer supported the Python project. It
 17entered official end of life status in early 2020. Users are
 18advised to migrate to a currently supported Python 3 release.