From: Tarek Ziadé Date: Sat, 13 Mar 2010 18:38:59 +0000 (+0000) Subject: fixed #8107 description in Misc/NEWS X-Git-Tag: v2.6.5~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a549a7d67312758fa4119f2466f76520d7a5329;p=python fixed #8107 description in Misc/NEWS --- diff --git a/Misc/NEWS b/Misc/NEWS index 1895a1824e..c5d5f729c2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -21,7 +21,9 @@ Library ------- - Reverting the changes made in r78432. Discussed in the tracker issue #7540. -- Issue #8107: Fixed test_distutils so it uses a local xxmodule.c file. + +- Issue #8107: Fixed test_distutils so it doesn't crash when the source + directory cannot be found. Extension Modules -----------------