@@ -389,9 +389,9 @@ Library
389389
390390- Issue #8573: asyncore _strerror() function might throw ValueError.
391391
392- - Issue #8483: asyncore.dispatcher's __getattr__ method produced confusing
393- error messages when accessing undefined class attributes because of the cheap
394- inheritance with the underlying socket object.
392+ - Issue #8483: asyncore.dispatcher's __getattr__ method produced confusing
393+ error messages when accessing undefined class attributes because of the cheap
394+ inheritance with the underlying socket object.
395395 The cheap inheritance has been deprecated.
396396
397397- Issue #4265: shutil.copyfile() was leaking file descriptors when disk fills.
@@ -488,7 +488,7 @@ Library
488488
489489- Issue #6547: Added the ignore_dangling_symlinks option to shutil.copytree.
490490
491- - Issue #1540112: Now allowing the choice of a copy function in
491+ - Issue #1540112: Now allowing the choice of a copy function in
492492 shutil.copytree.
493493
494494- Issue #4814: timeout parameter is now applied also for connections resulting
@@ -803,7 +803,7 @@ Library
803803 Initial patch by Brian Curtin.
804804
805805- Issue #7556: Make sure Distutils' msvc9compile reads and writes the
806- MSVC XML Manifest file in text mode so string patterns can be used
806+ MSVC XML Manifest file in text mode so string patterns can be used
807807 in regular expressions.
808808
809809- Issue #7552: Removed line feed in the base64 Authorization header in
@@ -834,13 +834,13 @@ Library
834834- Issue #6986: Fix crash in the JSON C accelerator when called with the
835835 wrong parameter types. Patch by Victor Stinner.
836836
837- - Issue #7457: added a read_pkg_file method to
837+ - Issue #7457: added a read_pkg_file method to
838838 distutils.dist.DistributionMetadata.
839839
840840- logging: Added optional `secure` parameter to SMTPHandler, to enable use of
841841 TLS with authentication credentials.
842842
843- - Issue #1923: Fixed the removal of meaningful spaces when PKG-INFO is
843+ - Issue #1923: Fixed the removal of meaningful spaces when PKG-INFO is
844844 generated in Distutils. Patch by Stephen Emslie.
845845
846846- Issue #4120: Drop reference to CRT from manifest when building extensions with
@@ -878,7 +878,7 @@ Library
878878- Issue #6123: tarfile now opens empty archives correctly and consistently
879879 raises ReadError on empty files.
880880
881- - Issue #7354: distutils.tests.test_msvc9compiler - dragfullwindows can
881+ - Issue #7354: distutils.tests.test_msvc9compiler - dragfullwindows can
882882 be 2.
883883
884884- Issue #5037: Proxy the __bytes__ special method instead to __bytes__ instead
@@ -916,12 +916,12 @@ Library
916916- Issue #7893: ``unittest.TextTestResult`` is made public and a ``resultclass``
917917 argument added to the TextTestRunner constructor allowing a different result
918918 class to be used without having to subclass.
919-
919+
920920- Issue 7588: ``unittest.TextTestResult.getDescription`` now includes the test
921921 name in failure reports even if the test has a docstring.
922922
923923- Issue #3001: Add a C implementation of recursive locks which is used by
924- default when instantiating a `threading.RLock` object. This makes
924+ default when instantiating a `threading.RLock` object. This makes
925925 recursive locks as fast as regular non-recursive locks (previously,
926926 they were slower by 10x to 15x).
927927
@@ -1367,7 +1367,7 @@ Tests
13671367- Issue #7498: test_multiprocessing now uses test.support.find_unused_port
13681368 instead of a hardcoded port number in test_rapid_restart.
13691369
1370- - Issue #7431: use TESTFN in test_linecache instead of trying to create a
1370+ - Issue #7431: use TESTFN in test_linecache instead of trying to create a
13711371 file in the Lib/test directory, which might be read-only for the
13721372 user running the tests.
13731373
@@ -2251,7 +2251,7 @@ Library
22512251- Issue #7071: byte-compilation in Distutils is now done with respect to
22522252 sys.dont_write_bytecode.
22532253
2254- - Issue #7066: archive_util.make_archive now restores the cwd if an error is
2254+ - Issue #7066: archive_util.make_archive now restores the cwd if an error is
22552255 raised. Initial patch by Ezio Melotti.
22562256
22572257- Issue #6516: Added owner/group support when creating tar archives in
0 commit comments