Skip to content

Commit 69982e1

Browse files
committed
TR update
1 parent b9a0481 commit 69982e1

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

python-313/README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Python 3.13 Demos
22

3-
This repository contains sample code and data files that demos some of the new features in Python 3.13.
3+
This repository contains sample code and data files that demonstrate some of the new features in Python 3.13.
44

55
## Introduction
66

@@ -24,8 +24,22 @@ This section only contains brief instructions on how you can run the examples. S
2424

2525
### REPL
2626

27+
The following examples are used to demonstrate different features of the new REPL:
2728

29+
- [`tab_completion.py`](repl/tab_completion.py)
30+
- [`multiline_editing.py`](repl/multiline_editing.py)
31+
- [`power_factory.py](repl/power_factory.py)
32+
- [`guessing_game.py](repl/guessing_game.py)
2833

2934
### Free-Threading and JIT
3035

31-
You need to enable a few build options to try out the free-threading and JIT features in Python 3.13. You can find more information in the dedicated [README file](free-threading-jit/README.md).
36+
You need to enable a few build options to try out the free-threading and JIT features in Python 3.13. You can find more information in the dedicated [README file](free-threading-jit/README.md).
37+
38+
## Authors
39+
40+
- **Bartosz Zaczyński**, E-mail: [[email protected]]([email protected])
41+
- **Geir Arne Hjelle**, E-mail: [[email protected]]([email protected])
42+
43+
## License
44+
45+
Distributed under the MIT license. See [`LICENSE`](../LICENSE) for more information.

0 commit comments

Comments
 (0)