Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b39c1c1

Browse filesBrowse files
committed
added bdfl short URL
1 parent 08318a6 commit b39c1c1
Copy full SHA for b39c1c1

File tree

Expand file treeCollapse file tree

3 files changed

+10
-1
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+10
-1
lines changed

‎links/FPY.LI.htaccess

Copy file name to clipboardExpand all lines: links/FPY.LI.htaccess
+3Lines changed: 3 additions & 0 deletions
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

Copy file name to clipboardExpand all lines: links/README.md
+4-1Lines changed: 4 additions & 1 deletion
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

Copy file name to clipboardExpand all lines: links/custom.htaccess
+3Lines changed: 3 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.