summaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-07-03 03:55:40 +0000
committeradam <adam@pkgsrc.org>2018-07-03 03:55:40 +0000
commit29d052d68c51358d8ac6e39c3208e8d01c13af2e (patch)
treeb29ba6b1ad84fbf09e4d646de2b5b4573114861a /lang/Makefile
parentfeb323705e8e8278c412609bdf99c4b3f63713a0 (diff)
downloadpkgsrc-29d052d68c51358d8ac6e39c3208e8d01c13af2e.tar.gz
python37: added version 3.7.0
Python 3.7.0 is the newest major release of the Python language, and it contains many new features and optimizations. Among the major new features in Python 3.7 are: PEP 539, new C API for thread-local storage PEP 545, Python documentation translations New documentation translations: Japanese, French, and Korean. PEP 552, Deterministic pyc files PEP 553, Built-in breakpoint() PEP 557, Data Classes PEP 560, Core support for typing module and generic types PEP 562, Customization of access to module attributes PEP 563, Postponed evaluation of annotations PEP 564, Time functions with nanosecond resolution PEP 565, Improved DeprecationWarning handling PEP 567, Context Variables Avoiding the use of ASCII as a default text encoding (PEP 538, legacy C locale coercion and PEP 540, forced UTF-8 runtime mode) The insertion-order preservation nature of dict objects is now an official part of the Python language spec. Notable performance improvements in many areas.
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 4531f202194..5c476ace7f8 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.484 2018/06/14 01:56:27 agc Exp $
+# $NetBSD: Makefile,v 1.485 2018/07/03 03:55:40 adam Exp $
#
COMMENT= Programming languages
@@ -204,6 +204,7 @@ SUBDIR+= python27
SUBDIR+= python34
SUBDIR+= python35
SUBDIR+= python36
+SUBDIR+= python37
SUBDIR+= qore
SUBDIR+= racket
SUBDIR+= racket-textual