From c05fa3322d286d10a0e5f4f7cef16fe911270307 Mon Sep 17 00:00:00 2001 From: MalikIdreesHasa <77000356+MalikIdreesHasanKhan@users.noreply.github.com> Date: Mon, 25 Oct 2021 04:22:29 +0000 Subject: [PATCH 1/2] Fixed typos --- .replit | 2 ++ Misc/HISTORY | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 .replit diff --git a/.replit b/.replit new file mode 100644 index 00000000000000..2aff877bf2f9f2 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "bash" +run = "" \ No newline at end of file diff --git a/Misc/HISTORY b/Misc/HISTORY index 805acf4bebcad9..570638869f92ed 100644 --- a/Misc/HISTORY +++ b/Misc/HISTORY @@ -13756,7 +13756,7 @@ Library processing instruction. Patch by Neil Muller. - Issue #6233: ElementTree failed converting unicode characters to XML entities - when they could't be represented in the requested output encoding. Patch by + when they couldn't be represented in the requested output encoding. Patch by Jerry Chen. - Issue #6003: add an argument to ``zipfile.Zipfile.writestr`` to specify the @@ -20085,7 +20085,7 @@ Windows - Boosted the stack reservation for python.exe and pythonw.exe from the default 1MB to 2MB. Stack frames under VC 7.1 for 2.4 are enough - bigger than under VC 6.0 for 2.3.4 that deeply recursive progams + bigger than under VC 6.0 for 2.3.4 that deeply recursive programs within the default sys.getrecursionlimit() default value of 1000 were able to suffer undetected C stack overflows. The standard test program test_compiler was one such program. If a Python process on Windows @@ -27197,7 +27197,7 @@ Wed Apr 7 20:23:17 1999 Guido van Rossum """ Mostly I just re-added the SMTPRecipientsRefused exception - (the exeption object now has the appropriate info in it ) [Per had + (the exception object now has the appropriate info in it ) [Per had removed this in his patch --GvR] and tweaked the behavior of the sendmail method whence it throws the newly added SMTPHeloException (it was closing the connection, which it shouldn't. whatever catches the @@ -34785,7 +34785,7 @@ the "highlights" section above. 4. Changes to the demonstration programs -- Added new useful scipts: byteyears, eptags, fact, from, lfact, +- Added new useful scripts: byteyears, eptags, fact, from, lfact, objgraph, pdeps, pi, primes, ptags, which - Added a bunch of socket demos - Doubled the speed of ptags From d83caa57f278f550d795b42258350fedf7f98055 Mon Sep 17 00:00:00 2001 From: MalikIdreesHasanKhan Date: Mon, 25 Oct 2021 20:35:43 +0530 Subject: [PATCH 2/2] Delete .replit --- .replit | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 .replit diff --git a/.replit b/.replit deleted file mode 100644 index 2aff877bf2f9f2..00000000000000 --- a/.replit +++ /dev/null @@ -1,2 +0,0 @@ -language = "bash" -run = "" \ No newline at end of file