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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a549a7d67312758fa4119f2466f76520d7a5329;p=thirdparty%2FPython%2Fcpython.git fixed #8107 description in Misc/NEWS --- diff --git a/Misc/NEWS b/Misc/NEWS index 1895a1824ea7..c5d5f729c220 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 -----------------