Skip to content

Commit b39c1c1

Browse files
committed
added bdfl short URL
1 parent 08318a6 commit b39c1c1

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

links/FPY.LI.htaccess

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ RedirectTemp /typecoro https://docs.python.org/3.10/library/typing.html#typing.C
3535
RedirectTemp /typing https://docs.python.org/3/library/typing.html
3636
RedirectTemp /weakref https://www.fluentpython.com/extra/weak-references/
3737

38+
# URLs added during QA of the Second Edition
39+
RedirectTemp /bdfl https://www.artima.com/weblogs/viewpost.jsp?thread=235725
40+
3841
# Python Enhancement Proposals
3942
RedirectTemp /pep218 https://www.python.org/dev/peps/pep-0218/
4043
RedirectTemp /pep227 https://www.python.org/dev/peps/pep-0227/

links/README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ I replaced almost all URLs in the book with shortened versions that go through t
1212
The site has an `.htaccess` file with *temporary* redirects.
1313

1414
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+
1619

1720
## Help wanted
1821

links/custom.htaccess

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ RedirectTemp /typecoro https://docs.python.org/3.10/library/typing.html#typing.C
3535
RedirectTemp /typing https://docs.python.org/3/library/typing.html
3636
RedirectTemp /weakref https://www.fluentpython.com/extra/weak-references/
3737

38+
# URLs added during QA of the Second Edition
39+
RedirectTemp /bdfl https://www.artima.com/weblogs/viewpost.jsp?thread=235725
40+
3841
# Python Enhancement Proposals
3942
RedirectTemp /pep218 https://www.python.org/dev/peps/pep-0218/
4043
RedirectTemp /pep227 https://www.python.org/dev/peps/pep-0227/

0 commit comments

Comments
 (0)