← Package directory
Available on winget

Install Python 3.5

Python is a programming language that lets you work more quickly and integrate your systems more effectively.

Install with winget
winget install --id Python.Python.3.5
Upgrade
winget upgrade --id Python.Python.3.5
Uninstall
winget uninstall --id Python.Python.3.5

About Python 3.5

Python is a programming language that lets you work more quickly and integrate your systems more effectively.

What's new in 3.5.4

Library - bpo-30119: ftplib.FTP.putline() now throws ValueError on commands that contains CR or LF. Patch by Dong-hee Na.

Read release notes

Version history

Version Updated Notes
3.5.4 Unknown Library - bpo-30119: ftplib.FTP.putline() now throws ValueError on commands that contains CR or LF. Patch by Dong-hee Na.
3.5.3 Unknown There were no code changes between 3.5.3rc1 and 3.5.3 final.
3.5.2 Unknown Core and Builtins - Issue #26930: Update Windows builds to use OpenSSL 1.0.2h. Tests - Issue #26867: Ubuntu’s openssl OP_NO_SSLv3 is forced on by default; fix test. IDLE - Issue #27365: Allow non-ascii in idlelib/NEWS.tx...
3.5.1 Unknown Core and Builtins - Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. Windows - Issue #25715: Python 3.5.1 installer shows wrong upgrade path and incorrect logic for launcher detection.
3.5.0 Unknown Build - Issue #25071: Windows installer should not require TargetDir parameter when installing quietly.