You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/posts/python-3145rc1/index.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Please keep in mind that this is a preview release and its use is ***not*** reco
29
29
30
30
Some of the major new features and changes in Python 3.14 are:
31
31
32
-
## New features
32
+
###New features
33
33
34
34
-[PEP 779](https://docs.python.org/3/whatsnew/3.14.html#whatsnew314-free-threaded-now-supported): Free-threaded Python is officially supported
35
35
-[PEP 649](https://docs.python.org/3/whatsnew/3.14.html#whatsnew314-deferred-annotations): The evaluation of annotations is now deferred, improving the semantics of using annotations.
@@ -51,34 +51,34 @@ Some of the major new features and changes in Python 3.14 are:
51
51
For more details on the changes to Python 3.14, see [What’s new in Python 3.14](https://docs.python.org/3/whatsnew/3.14.html).
52
52
53
53
54
-
## Build changes
54
+
###Build changes
55
55
56
56
-[PEP 761](https://docs.python.org/3/whatsnew/3.14.html#whatsnew314-no-more-pgp): Python 3.14 and onwards no longer provides PGP signatures for release artifacts. Instead, Sigstore is recommended for verifiers.
57
57
- Official macOS and Windows release binaries include an [*experimental* JIT compiler](https://docs.python.org/3/whatsnew/3.14.html#whatsnew314-jit-compiler).
58
58
- Official [Android binary releases](https://docs.python.org/3/whatsnew/3.14.html#whatsnew314-build-changes) are now available.
59
59
60
60
61
-
## Incompatible changes, removals and new deprecations
61
+
###Incompatible changes, removals and new deprecations
- Python [removals](https://docs.python.org/3/whatsnew/3.14.html#removed) and [deprecations](https://docs.python.org/3/whatsnew/3.14.html#deprecated)
65
65
- C API [removals](https://docs.python.org/3/whatsnew/3.14.html#removed-c-apis) and [deprecations](https://docs.python.org/3/whatsnew/3.14.html#deprecated-c-apis)
66
66
- Overview of all [pending deprecations](https://docs.python.org/3/deprecations/index.html)
67
67
68
-
# Python install manager
68
+
##Python install manager
69
69
70
70
The installer we offer for Windows is being replaced by our new install manager, which can be installed from [the Windows Store](https://apps.microsoft.com/detail/9NQ7512CXL7T) or from its [download page](https://www.python.org/downloads/latest/pymanager/). See [our documentation](https://docs.python.org/3/using/windows.html) for more information. The JSON file available for download contains the list of all the installable packages available as part of this release, including file URLs and hashes, but is not required to install the latest release. The traditional installer will remain available throughout the 3.14 and 3.15 releases.
- Report bugs at [github.com/python/cpython/issues](https://github.com/python/cpython/issues)
78
78
-[Help fund Python directly](https://www.python.org/psf/donations/python-dev/) (or via [GitHub Sponsors](https://github.com/sponsors/python)) and support [the Python community](https://www.python.org/psf/donations/)
79
79
80
80
81
-
# And now for something completely different
81
+
##And now for something completely different
82
82
83
83
I asked [Rodrigo Girão Serrão](https://mathspp.com/) for a fun _π_ fact:
84
84
@@ -87,7 +87,7 @@ I asked [Rodrigo Girão Serrão](https://mathspp.com/) for a fun _π_ fact:
Thanks to all of the many volunteers who help make Python Development and these releases possible! Please consider supporting our efforts by volunteering yourself or through organisation contributions to the [Python Software Foundation](https://www.python.org/psf-landing/).
0 commit comments