commit | 1a549a7d67312758fa4119f2466f76520d7a5329 | [log] [tgz] |
---|---|---|
author | Tarek Ziadé <ziade.tarek@gmail.com> | Sat Mar 13 18:38:59 2010 +0000 |
committer | Tarek Ziadé <ziade.tarek@gmail.com> | Sat Mar 13 18:38:59 2010 +0000 |
tree | c55a75a4a730255e74f7f4c5711d272b3906a017 | |
parent | a41d77969c78ba509aebb60d1c5608939c171d0c [diff] [blame] |
fixed #8107 description in Misc/NEWS
diff --git a/Misc/NEWS b/Misc/NEWS index 1895a18..c5d5f72 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -21,7 +21,9 @@ ------- - 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 -----------------