-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
GH-103484: Fix broken links reported by linkcheck #103608
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
43a8b8f
e975092
95c516f
3616b40
d7a007b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1208,8 +1208,8 @@ General | |
------- | ||
|
||
**Structure and Interpretation of Computer Programs**, by Harold Abelson and | ||
Gerald Jay Sussman with Julie Sussman. Full text at | ||
https://mitpress.mit.edu/sicp/. In this classic textbook of computer science, | ||
Gerald Jay Sussman with Julie Sussman. The book can be found at | ||
https://mitpress.mit.edu/sicp. In this classic textbook of computer science, | ||
Comment on lines
+1211
to
+1212
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The MIT Press website just says that the book is out of print -- I found another resource on the MIT domain, but I don't know how long-term the link will be. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There is also wayback machine (long term available) to get the point in history where the book was freely available. I didn't linked it before as I thought it wouldn't be appropriate, considering they are selling it now 🤷♂️ |
||
chapters 2 and 3 discuss the use of sequences and streams to organize the data | ||
flow inside a program. The book uses Scheme for its examples, but many of the | ||
design approaches described in these chapters are applicable to functional-style | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
.. moduleauthor:: James C. Ahlstrom <[email protected]> | ||
.. sectionauthor:: James C. Ahlstrom <[email protected]> | ||
|
||
**Source code:** :source:`Lib/zipfile.py` | ||
**Source code:** :source:`Lib/zipfile/` | ||
|
||
-------------- | ||
|
||
|
Uh oh!
There was an error while loading. Please reload this page.