Comments on: Update Windows third-party utilities semi-automatically https://dfarq.homeip.net/update-windows-third-party-utilities-semi-automatically/?utm_source=rss&utm_medium=rss&utm_campaign=update-windows-third-party-utilities-semi-automatically David L. Farquhar on technology old and new, computer security, and more Wed, 15 Mar 2023 20:28:02 +0000 hourly 1 By: Dave Farquhar https://dfarq.homeip.net/update-windows-third-party-utilities-semi-automatically/#comment-56119 Sat, 05 Feb 2022 16:25:15 +0000 https://dfarq.homeip.net/?p=27770#comment-56119 In reply to Shirley Marquez.

Yes, that’s why no tool will replace Python 2 with Python 3, they’ll stop at the last Python 2. The nuances of Python 2 vs Python 3 would be another blog post so I probably shouldn’t have mentioned Python here. I’ve been bitten by that incompatibility myself. I wrote very little Python 2 code but sometimes still catch myself using Python 2 syntax in Python 3.

]]>
By: Shirley Marquez https://dfarq.homeip.net/update-windows-third-party-utilities-semi-automatically/#comment-56113 Mon, 17 Jan 2022 16:59:38 +0000 https://dfarq.homeip.net/?p=27770#comment-56113 Replacing Python 2 with Python 3 is not an upgrade that any tool should make automatically. The two versions are not source-code compatible; many Python programs will break if you make that exchange. You can have both versions on your system.

]]>