@@ -13756,7 +13756,7 @@ Library
1375613756 processing instruction. Patch by Neil Muller.
1375713757
1375813758- 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
1376013760 Jerry Chen.
1376113761
1376213762- Issue #6003: add an argument to ``zipfile.Zipfile.writestr`` to specify the
@@ -20085,7 +20085,7 @@ Windows
2008520085
2008620086- Boosted the stack reservation for python.exe and pythonw.exe from
2008720087 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
2008920089 within the default sys.getrecursionlimit() default value of 1000 were
2009020090 able to suffer undetected C stack overflows. The standard test program
2009120091 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 <guido@eric.cnri.reston.va.us>
2719727197
2719827198 """
2719927199 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
2720127201 removed this in his patch --GvR] and tweaked the behavior of the
2720227202 sendmail method whence it throws the newly added SMTPHeloException (it
2720327203 was closing the connection, which it shouldn't. whatever catches the
@@ -34785,7 +34785,7 @@ the "highlights" section above.
3478534785
34786347864. Changes to the demonstration programs
3478734787
34788- - Added new useful scipts : byteyears, eptags, fact, from, lfact,
34788+ - Added new useful scripts : byteyears, eptags, fact, from, lfact,
3478934789 objgraph, pdeps, pi, primes, ptags, which
3479034790- Added a bunch of socket demos
3479134791- Doubled the speed of ptags
0 commit comments