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 Decorater
Recipients Decorater, Rohit Khairnar
Date 2016-11-29.02:45:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480387547.93.0.68216195055.issue28828@psf.upfronthosting.co.za>
In-reply-to
Content
Also why python 2.7? Python 2.7 does not include asyncio which is absolutely awesome to use. It can allow doing multiple different things at the same time. So, it is and will be a good thing to upgrade. Note: a lot of things since 2.7 and 3.x was removed (some exception classes included). But after the change you should be fine. Note print from python 2 is a function in python 3.x.

Not only that but 2.x would reach EOL on about 2020 and with it security updates for it would close. All the more reasons to use 3.6 when it is released officially.
History
Date User Action Args
2016-11-29 02:45:47Decoratersetrecipients: + Decorater, Rohit Khairnar
2016-11-29 02:45:47Decoratersetmessageid: <1480387547.93.0.68216195055.issue28828@psf.upfronthosting.co.za>
2016-11-29 02:45:47Decoraterlinkissue28828 messages
2016-11-29 02:45:47Decoratercreate