File tree 3 files changed +10
-1
lines changed
3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,9 @@ RedirectTemp /typecoro https://docs.python.org/3.10/library/typing.html#typing.C
35
35
RedirectTemp /typing https://docs.python.org/3/library/typing.html
36
36
RedirectTemp /weakref https://www.fluentpython.com/extra/weak-references/
37
37
38
+ # URLs added during QA of the Second Edition
39
+ RedirectTemp /bdfl https://www.artima.com/weblogs/viewpost.jsp?thread=235725
40
+
38
41
# Python Enhancement Proposals
39
42
RedirectTemp /pep218 https://www.python.org/dev/peps/pep-0218/
40
43
RedirectTemp /pep227 https://www.python.org/dev/peps/pep-0227/
Original file line number Diff line number Diff line change @@ -12,7 +12,10 @@ I replaced almost all URLs in the book with shortened versions that go through t
12
12
The site has an ` .htaccess ` file with * temporary* redirects.
13
13
14
14
When I find out a link is stale, I can thange the redirect in ` .htaccess ` to a new target,
15
- so the link in the book is back in service through the updated redirect.
15
+ which may be a link to copy in the Internet Archive's
16
+ [ Wayback Machine] ( https://archive.org/web/ )
17
+ o the link in the book is back in service through the updated redirect.
18
+
16
19
17
20
## Help wanted
18
21
Original file line number Diff line number Diff line change @@ -35,6 +35,9 @@ RedirectTemp /typecoro https://docs.python.org/3.10/library/typing.html#typing.C
35
35
RedirectTemp /typing https://docs.python.org/3/library/typing.html
36
36
RedirectTemp /weakref https://www.fluentpython.com/extra/weak-references/
37
37
38
+ # URLs added during QA of the Second Edition
39
+ RedirectTemp /bdfl https://www.artima.com/weblogs/viewpost.jsp?thread=235725
40
+
38
41
# Python Enhancement Proposals
39
42
RedirectTemp /pep218 https://www.python.org/dev/peps/pep-0218/
40
43
RedirectTemp /pep227 https://www.python.org/dev/peps/pep-0227/
You can’t perform that action at this time.
0 commit comments