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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# pep750-examples
2
2
3
-
This repository contains full implementations of the code examples described in [PEP 750: Template Strings](https://pep-previews--4062.org.readthedocs.build/pep-0750/). It also includes a suite of tests to make sure the examples are correct.
3
+
This repository contains full implementations of the code examples described in [PEP 750: Template Strings](https://peps.python.org/pep-0750/). It also includes a suite of tests to make sure the examples are correct.
4
4
5
5
## Running This Code
6
6
7
-
This repo has a [devcontainer](https://containers.dev) definition that makes it easy to run the examples. The devcontainer includes a [fork of cpython 3.14](https://github.com/lysnikolaou/cpython/tree/tstrings) that provides a prototype implementation of PEP 750.
7
+
This repo has a [devcontainer](https://containers.dev) definition that makes it easy to run the examples. The devcontainer includes a [fork of cpython 3.14](https://github.com/davepeck/tagstr-cpython/tree/dave/ts-iter-fix) that provides a prototype implementation of PEP 750.
8
8
9
9
It's easy to run this code yourself:
10
10
@@ -27,7 +27,7 @@ Congrats; you're good to go!
27
27
28
28
## A Word About the Code
29
29
30
-
This repository builds on top of the @lysnikolaou's [cpython fork implementing t-strings](https://github.com/lysnikolaou/cpython/tree/tstrings).
30
+
This repository builds on top of the @lysnikolaou's [cpython fork implementing t-strings](https://github.com/davepeck/tagstr-cpython/tree/dave/ts-iter-fix).
31
31
32
32
It uses @koxudaxi's [dockerfiles](https://github.com/pauleveritt/tagstr-site/actions/workflows/docker.yml) that package up that fork.
0 commit comments