@@ -13756,7 +13756,7 @@ Library
13756
13756
processing instruction. Patch by Neil Muller.
13757
13757
13758
13758
- Issue #6233: ElementTree failed converting unicode characters to XML entities
13759
- when they could 't be represented in the requested output encoding. Patch by
13759
+ when they couldn 't be represented in the requested output encoding. Patch by
13760
13760
Jerry Chen.
13761
13761
13762
13762
- Issue #6003: add an argument to ``zipfile.Zipfile.writestr`` to specify the
@@ -20085,7 +20085,7 @@ Windows
20085
20085
20086
20086
- Boosted the stack reservation for python.exe and pythonw.exe from
20087
20087
the default 1MB to 2MB. Stack frames under VC 7.1 for 2.4 are enough
20088
- bigger than under VC 6.0 for 2.3.4 that deeply recursive progams
20088
+ bigger than under VC 6.0 for 2.3.4 that deeply recursive programs
20089
20089
within the default sys.getrecursionlimit() default value of 1000 were
20090
20090
able to suffer undetected C stack overflows. The standard test program
20091
20091
test_compiler was one such program. If a Python process on Windows
27197
27197
27198
27198
"""
27199
27199
Mostly I just re-added the SMTPRecipientsRefused exception
27200
- (the exeption object now has the appropriate info in it ) [Per had
27200
+ (the exception object now has the appropriate info in it ) [Per had
27201
27201
removed this in his patch --GvR] and tweaked the behavior of the
27202
27202
sendmail method whence it throws the newly added SMTPHeloException (it
27203
27203
was closing the connection, which it shouldn't. whatever catches the
@@ -34785,7 +34785,7 @@ the "highlights" section above.
34785
34785
34786
34786
4. Changes to the demonstration programs
34787
34787
34788
- - Added new useful scipts : byteyears, eptags, fact, from, lfact,
34788
+ - Added new useful scripts : byteyears, eptags, fact, from, lfact,
34789
34789
objgraph, pdeps, pi, primes, ptags, which
34790
34790
- Added a bunch of socket demos
34791
34791
- Doubled the speed of ptags
0 commit comments