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 ned.deily
Recipients Code_Seeker, ned.deily, ronaldoussoren, terry.reedy
Date 2020-09-25.19:23:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601061791.12.0.867233793265.issue41863@roundup.psfhosted.org>
In-reply-to
Content
Ah! I've never looked at the book or the MIT course materials.  I see that an update to the book is planned for next year and that 3.5 would have been current when the current edition of the book was published. Generally, changes between recent Python feature releases are upward compatible. Off the top of my head, I can't think of any changes at the Python source level that would cause examples written for 3.5.x to fail on 3.8.x. Perhaps you could ask around online but, rather than trying to debug what's going wrong with your 3.5.x installation, I think you would be better off with 3.8.6. You can just install it on top of 3.5.x. Good luck!
History
Date User Action Args
2020-09-25 19:23:11ned.deilysetrecipients: + ned.deily, terry.reedy, ronaldoussoren, Code_Seeker
2020-09-25 19:23:11ned.deilysetmessageid: <1601061791.12.0.867233793265.issue41863@roundup.psfhosted.org>
2020-09-25 19:23:11ned.deilylinkissue41863 messages
2020-09-25 19:23:10ned.deilycreate