From ac7a9dbb0d2fbe73068df8ef8be383d2497be2ec Mon Sep 17 00:00:00 2001 From: Raj Date: Sat, 28 Jan 2023 21:50:43 +0530 Subject: [PATCH 1/7] Issue #99276 - Update Doc/faq/general.rst --- Doc/faq/general.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst index 489bca76432d85..ec0bc2fd30afc0 100644 --- a/Doc/faq/general.rst +++ b/Doc/faq/general.rst @@ -262,6 +262,11 @@ Are there any books on Python? Yes, there are many, and more are being published. See the python.org wiki at https://wiki.python.org/moin/PythonBooks for a list. +You can also refer to a book named "Interactively testing remote servers using +the Python programming language" by G. van Rossum (Guido) and J. de Boer (Jelke) +from the following link - +https://ir.cwi.nl/pub/18204 . + You can also search online bookstores for "Python" and filter out the Monty Python references; or perhaps search for "Python" and "language". From 53b96b28eb9da5fd7d55a288daa1d932675f3fd4 Mon Sep 17 00:00:00 2001 From: Raj Date: Sat, 28 Jan 2023 22:06:29 +0530 Subject: [PATCH 2/7] gh-99276 - Updated Doc/faq/general.rst --- Doc/faq/general.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst index ec0bc2fd30afc0..e317355ac0aa9e 100644 --- a/Doc/faq/general.rst +++ b/Doc/faq/general.rst @@ -262,9 +262,9 @@ Are there any books on Python? Yes, there are many, and more are being published. See the python.org wiki at https://wiki.python.org/moin/PythonBooks for a list. -You can also refer to a book named "Interactively testing remote servers using -the Python programming language" by G. van Rossum (Guido) and J. de Boer (Jelke) -from the following link - +You can also refer to a book named "Interactively testing remote servers using +the Python programming language" by G. van Rossum (Guido) and J. de Boer (Jelke) +from the following link - https://ir.cwi.nl/pub/18204 . You can also search online bookstores for "Python" and filter out the Monty From de44c07c3b45d8b926a4086b4fb4adc6294d20b2 Mon Sep 17 00:00:00 2001 From: Raj Date: Sun, 29 Jan 2023 23:01:00 +0530 Subject: [PATCH 3/7] gh-99276 : Updated Doc/faq/general.rst --- Doc/faq/general.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst index e317355ac0aa9e..f7831a58ba0f94 100644 --- a/Doc/faq/general.rst +++ b/Doc/faq/general.rst @@ -255,6 +255,9 @@ outdated. Using the Python Programming Language", CWI Quarterly, Volume 4, Issue 4 (December 1991), Amsterdam, pp 283--303. +You can download that article from the following link - +https://ir.cwi.nl/pub/18204 + Are there any books on Python? ------------------------------ @@ -262,11 +265,6 @@ Are there any books on Python? Yes, there are many, and more are being published. See the python.org wiki at https://wiki.python.org/moin/PythonBooks for a list. -You can also refer to a book named "Interactively testing remote servers using -the Python programming language" by G. van Rossum (Guido) and J. de Boer (Jelke) -from the following link - -https://ir.cwi.nl/pub/18204 . - You can also search online bookstores for "Python" and filter out the Monty Python references; or perhaps search for "Python" and "language". From f3d6eb172beb542ad3345b5f7568ec9ada8af637 Mon Sep 17 00:00:00 2001 From: Raj Date: Mon, 30 Jan 2023 11:15:08 +0530 Subject: [PATCH 4/7] gh-99276 : Updated Doc/faq/general.rst --- Doc/faq/general.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst index f7831a58ba0f94..da1ef173a35422 100644 --- a/Doc/faq/general.rst +++ b/Doc/faq/general.rst @@ -248,15 +248,13 @@ Are there any published articles about Python that I can reference? It's probably best to cite your favorite book about Python. -The very first article about Python was written in 1991 and is now quite -outdated. +The very first article about Python was +written in 1991 and is now quite outdated. Guido van Rossum and Jelke de Boer, "Interactively Testing Remote Servers Using the Python Programming Language", CWI Quarterly, Volume 4, Issue 4 (December 1991), Amsterdam, pp 283--303. -You can download that article from the following link - -https://ir.cwi.nl/pub/18204 Are there any books on Python? From 96a2ebb897ac60fde230108fee10638efa20a1c1 Mon Sep 17 00:00:00 2001 From: Raj Date: Mon, 30 Jan 2023 15:13:39 +0530 Subject: [PATCH 5/7] gh-99276 : Updated Doc/faq/general.rst --- Doc/faq/general.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst index da1ef173a35422..8c4ec1cd58909b 100644 --- a/Doc/faq/general.rst +++ b/Doc/faq/general.rst @@ -248,8 +248,8 @@ Are there any published articles about Python that I can reference? It's probably best to cite your favorite book about Python. -The very first article about Python was -written in 1991 and is now quite outdated. +The `very first article `_ about Python was written in 1991 and is now quite +outdated. Guido van Rossum and Jelke de Boer, "Interactively Testing Remote Servers Using the Python Programming Language", CWI Quarterly, Volume 4, Issue 4 From f50ec701b0f7740b9dd2f57df56a4f265deed0bc Mon Sep 17 00:00:00 2001 From: Raj <51259329+workingpayload@users.noreply.github.com> Date: Mon, 30 Jan 2023 15:29:13 +0530 Subject: [PATCH 6/7] Update Doc/faq/general.rst Co-authored-by: Hugo van Kemenade --- Doc/faq/general.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst index 8c4ec1cd58909b..c15d010dadaebe 100644 --- a/Doc/faq/general.rst +++ b/Doc/faq/general.rst @@ -256,7 +256,6 @@ outdated. (December 1991), Amsterdam, pp 283--303. - Are there any books on Python? ------------------------------ From a211ee5aeccc87ad55cb39da1661cb4b387b630d Mon Sep 17 00:00:00 2001 From: Raj <51259329+workingpayload@users.noreply.github.com> Date: Mon, 30 Jan 2023 16:08:35 +0530 Subject: [PATCH 7/7] Update Doc/faq/general.rst Co-authored-by: Hugo van Kemenade --- Doc/faq/general.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst index c15d010dadaebe..6256deb5797c89 100644 --- a/Doc/faq/general.rst +++ b/Doc/faq/general.rst @@ -248,8 +248,8 @@ Are there any published articles about Python that I can reference? It's probably best to cite your favorite book about Python. -The `very first article `_ about Python was written in 1991 and is now quite -outdated. +The `very first article `_ about Python was +written in 1991 and is now quite outdated. Guido van Rossum and Jelke de Boer, "Interactively Testing Remote Servers Using the Python Programming Language", CWI Quarterly, Volume 4, Issue 4