diff options
author | maya <maya@pkgsrc.org> | 2019-04-24 13:19:31 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2019-04-24 13:19:31 +0000 |
commit | a4213d8573cd4b83931e76714c460aa35150d979 (patch) | |
tree | de4c95204d1038baed63289945ca50ff520069c6 /doc/NEWS | |
parent | d9d2ad3c4d0308a311203e3ea8c24e24e29fbbcf (diff) | |
download | pkgsrc-a4213d8573cd4b83931e76714c460aa35150d979.tar.gz |
Python 3.x
Diffstat (limited to 'doc/NEWS')
-rw-r--r-- | doc/NEWS | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# $NetBSD: NEWS,v 1.11 2014/06/21 16:01:17 alnsn Exp $ +# $NetBSD: NEWS,v 1.12 2019/04/24 13:19:31 maya Exp $ PKGSRC NEWS =========== @@ -7,6 +7,12 @@ PKGSRC NEWS pkgsrc. The intended readers are the pkgsrc developers as well as anyone tracking pkgsrc-current. +python 3.7 default [maya 2019-04-24] + As Python 2.x versions are nearing end of life, we have switched + the default to a newer version. + Python 2.7 packages are still available, and most python packages + are built for all available python versions. + Lua multiversion support [alnsn 2014-05-03] Lua packages lang/lua51 and lang/lua52 have been modified to coexist without conflicts, infrastructure for supporting |