mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Python 3.14.0a0
This commit is contained in:
parent
2268289a47
commit
7768ff1e41
7 changed files with 143 additions and 12 deletions
|
@ -16,7 +16,7 @@ Unix shell's search path makes it possible to start it by typing the command:
|
|||
|
||||
.. code-block:: text
|
||||
|
||||
python3.13
|
||||
python3.14
|
||||
|
||||
to the shell. [#]_ Since the choice of the directory where the interpreter lives
|
||||
is an installation option, other places are possible; check with your local
|
||||
|
@ -97,8 +97,8 @@ before printing the first prompt:
|
|||
|
||||
.. code-block:: shell-session
|
||||
|
||||
$ python3.13
|
||||
Python 3.13 (default, April 4 2023, 09:25:04)
|
||||
$ python3.14
|
||||
Python 3.14 (default, April 4 2024, 09:25:04)
|
||||
[GCC 10.2.0] on linux
|
||||
Type "help", "copyright", "credits" or "license" for more information.
|
||||
>>>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue