summaryrefslogtreecommitdiff
path: root/pkg/python/Setup
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2017-02-02 13:29:29 -0800
committerMichael Forney <mforney@mforney.org>2017-02-07 14:36:26 -0800
commit1fa2eca8bed8145bcfb877f688be334b3867c3eb (patch)
tree4d20d606dc4f78997b0f58a27ca077fd0d3caf08 /pkg/python/Setup
parent10706bc556b0760c4f5b14c9c08341d722ece492 (diff)
python: Update to 3.6.0
Diffstat (limited to 'pkg/python/Setup')
-rw-r--r--pkg/python/Setup5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkg/python/Setup b/pkg/python/Setup
index 3aac233d..36f94388 100644
--- a/pkg/python/Setup
+++ b/pkg/python/Setup
@@ -1,7 +1,6 @@
*static*
# from Setup.local
_thread _threadmodule.c
-_signal signalmodule.c
# from Setup.dist
posix posixmodule.c
@@ -15,6 +14,7 @@ _operator _operator.c
_collections _collectionsmodule.c
itertools itertoolsmodule.c
atexit atexitmodule.c
+_signal signalmodule.c
_stat _stat.c
time timemodule.c
_locale _localemodule.c
@@ -35,6 +35,7 @@ _pickle _pickle.c
_datetime _datetimemodule.c
_bisect _bisectmodule.c
_heapq _heapqmodule.c
+_asyncio _asynciomodule.c
unicodedata unicodedata.c
fcntl fcntlmodule.c
spwd spwdmodule.c
@@ -50,10 +51,12 @@ termios termios.c
resource resource.c
_posixsubprocess _posixsubprocess.c
#audioop audioop.c
+_blake2 _blake2/blake2module.c _blake2/blake2b_impl.c _blake2/blake2s_impl.c
#_md5 md5module.c
#_sha1 sha1module.c
#_sha256 sha256module.c
#_sha512 sha512module.c
+_sha3 _sha3/sha3module.c
#_tkinter _tkinter.c tkappinit.c
#syslog syslogmodule.c
#_curses _cursesmodule.c