@@ -24,8 +24,8 @@ up irregularities and dark corners of the language design.
2424This article doesn't attempt to provide a complete specification of the new
2525features, but instead provides a convenient overview. For full details, you
2626should refer to the documentation for Python 2.2, such as the `Python Library
27- Reference <https://www .python.org/doc /2.2/lib/lib.html> `_ and the `Python
28- Reference Manual <https://www .python.org/doc /2.2/ref/ref.html> `_. If you want to
27+ Reference <https://docs .python.org/2.2/lib/lib.html> `_ and the `Python
28+ Reference Manual <https://docs .python.org/2.2/ref/ref.html> `_. If you want to
2929understand the complete implementation and design rationale for a change, refer
3030to the PEP for a particular new feature.
3131
@@ -395,7 +395,7 @@ This section has just been a quick overview of the new features, giving enough
395395of an explanation to start you programming, but many details have been
396396simplified or ignored. Where should you go to get a more complete picture?
397397
398- https://www .python.org/2.2/descrintro .html is a lengthy tutorial introduction to
398+ https://docs .python.org/dev/howto/descriptor .html is a lengthy tutorial introduction to
399399the descriptor features, written by Guido van Rossum. If my description has
400400whetted your appetite, go read this tutorial next, because it goes into much
401401more detail about the new features while still remaining quite easy to read.
0 commit comments