This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bennykj
Recipients Alex.Willmer, bennykj, xdegaye, yan12125
Date 2016-10-15.10:41:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476528075.74.0.521694319939.issue28444@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for your response

Yes. There is a python 3.5 that is installed on the system (from apt-get)


benny@whachamacallit:~$ which python3
/usr/bin/python3


benny@whachamacallit:~$ python3
Python 3.5.2 (default, Sep 10 2016, 08:21:44) 
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> 
>>> 
>>> import sys
>>> 
>>> sys.builtin_module_names
('_ast', '_bisect', '_codecs', '_collections', '_datetime', '_elementtree', '_functools', '_heapq', '_imp', '_io', '_locale', '_md5', '_operator', '_pickle', '_posixsubprocess', '_random', '_sha1', '_sha256', '_sha512', '_signal', '_socket', '_sre', '_stat', '_string', '_struct', '_symtable', '_thread', '_tracemalloc', '_warnings', '_weakref', 'array', 'atexit', 'binascii', 'builtins', 'errno', 'faulthandler', 'fcntl', 'gc', 'grp', 'itertools', 'marshal', 'math', 'posix', 'pwd', 'pyexpat', 'select', 'spwd', 'sys', 'syslog', 'time', 'unicodedata', 'xxsubtype', 'zipimport', 'zlib')
>>>
History
Date User Action Args
2016-10-15 10:41:15bennykjsetrecipients: + bennykj, xdegaye, Alex.Willmer, yan12125
2016-10-15 10:41:15bennykjsetmessageid: <1476528075.74.0.521694319939.issue28444@psf.upfronthosting.co.za>
2016-10-15 10:41:15bennykjlinkissue28444 messages
2016-10-15 10:41:15bennykjcreate