diff options
| author | Andre Delfino <adelfino@gmail.com> | 2020-09-26 21:47:25 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-27 01:47:25 +0100 |
| commit | e8a2076e149703ea043db5a9dfaaf8d9b7f37c3e (patch) | |
| tree | 2da32fc742c4e214b622fed2eb4a98180759766b /Doc/tutorial | |
| parent | 2afd1751dd9a35d4ec03b708e3e5cddd72c43f7e (diff) | |
| download | cpython-git-e8a2076e149703ea043db5a9dfaaf8d9b7f37c3e.tar.gz | |
Revert "Fix all Python Cookbook links (#22205)" (GH-22424)
This commit reverts commit ac0333e1e117b7f61ed7ef1dbcdb6e515ada603b as the original links are working again and they provide extended features such as comments and alternative versions.
Diffstat (limited to 'Doc/tutorial')
| -rw-r--r-- | Doc/tutorial/whatnow.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/whatnow.rst b/Doc/tutorial/whatnow.rst index 38ce9f0a90..3208201312 100644 --- a/Doc/tutorial/whatnow.rst +++ b/Doc/tutorial/whatnow.rst @@ -43,7 +43,7 @@ More Python resources: for download. Once you begin releasing code, you can register it here so that others can find it. -* https://github.com/ActiveState/code/tree/master/recipes/Python: The Python Cookbook is a +* https://code.activestate.com/recipes/langs/python/: The Python Cookbook is a sizable collection of code examples, larger modules, and useful scripts. Particularly notable contributions are collected in a book also titled Python Cookbook (O'Reilly & Associates, ISBN 0-596-00797-3.) |
