8000 Update README and layout.html from 3.13 to 3.14 by Wulian233 · Pull Request #119539 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Update README and layout.html from 3.13 to 3.14 #119539

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
May 26, 2024
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion Doc/tools/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,13 @@
// since all the "active, built and not hidden" versions will be shown automatically.
let versions = config.versions.active.concat([
{
slug: "dev (3.13)",
slug: "dev (3.14)",
urls: {
documentation: "https://docs.python.org/3.14/",
}
},
{
slug: "3.13",
urls: {
documentation: "https://docs.python.org/3.13/",
}
Expand Down
10 changes: 5 additions & 5 deletions Lib/idlelib/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>IDLE &#8212; Python 3.13.0a2 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>IDLE &#8212; Python 3.14.0a0 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">

<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?digest=b37c26da2f7529d09fe70b41c4b2133fe4931a90" />
Expand All @@ -18,7 +18,7 @@
<script src="../_static/sidebar.js"></script>

<link rel="search" type="application/opensearchdescription+xml"
title="Search within Python 3.13.0a2 documentation"
title="Search within Python 3.14.0a0 documentation"
href="../_static/opensearch.xml"/>
<link rel="author" title="About these documents" href="../about.html" />
<link rel="index" title="Index" href="../genindex.html" />
Expand Down Expand Up @@ -184,7 +184,7 @@ <h3>Navigation</h3>

</li>
<li id="cpython-language-and-version">
<a href="../index.html">3.13.0a2 Documentation</a> &#187;
<a href="../index.html">3.14.0a0 Documentation</a> &#187;
</li>

<li class="nav-item nav-item-1"><a href="index.html" >The Python Standard Library</a> &#187;</li>
Expand Down Expand Up @@ -1136,7 +1136,7 @@ <h3>Navigation</h3>

</li>
<li id="cpython-language-and-version">
<a href="../index.html">3.13.0a2 Documentation</a> &#187;
<a href="../index.html">3.14.0a0 Documentation</a> &#187;
</li>

<li class="nav-item nav-item-1"><a href="index.html" >The Python Standard Library</a> &#187;</li>
Expand Down Expand Up @@ -1180,7 +1180,7 @@ <h3>Navigation</h3>
<br />
<br />

Last updated on Jan 17, 2024 (06:57 UTC).
Last updated on May 25, 2024 (10:33 UTC).
<a href="/bugs.html">Found a bug</a>?
<br />

Expand Down
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ What's New
----------

We have a comprehensive overview of the changes in the `What's New in Python
3.13 <https://docs.python.org/3.13/whatsnew/3.13.html>`_ document. For a more
3.14 <https://docs.python.org/3.14/whatsnew/3.14.html>`_ document. For a more
detailed change log, read `Misc/NEWS
<https://github.com/python/cpython/tree/main/Misc/NEWS.d>`_, but a full
accounting of changes can only be gleaned from the `commit history
Expand All @@ -149,7 +149,7 @@ entitled "Installing multiple versions".
Documentation
-------------

`Documentation for Python 3.13 <https://docs.python.org/3.13/>`_ is online,
`Documentation for Python 3.14 <https://docs.python.org/3.14/>`_ is online,
updated daily.

It can also be downloaded in many formats for faster access. The documentation
Expand Down Expand Up @@ -200,15 +200,15 @@ intend to install multiple versions using the same prefix you must decide which
version (if any) is your "primary" version. Install that version using
``make install``. Install all other versions using ``make altinstall``.

For example, if you want to install Python 2.7, 3.6, and 3.13 with 3.13 being the
primary version, you would execute ``make install`` in your 3.13 build directory
For example, if you want to install Python 2.7, 3.6, and 3.14 with 3.14 being the
primary version, you would execute ``make install`` in your 3.14 build directory
and ``make altinstall`` in the others.


Release Schedule
----------------

See :pep:`719` for Python 3.13 release details.
See :pep:`745` for Python 3.14 release details.


Copyright and License Information
Expand Down
Empty file modified Tools/unittestgui/unittestgui.py
100755 → 100644
Empty file.
0