Index: Misc/NEWS =================================================================== --- Misc/NEWS (revision 51046) +++ Misc/NEWS (working copy) @@ -12,6 +12,10 @@ Core and builtins ----------------- +- Bug #1530959: distutils' build command now uses different build directory + when building extension modules against versions of Python compiled + with --with-pydebug. + - _PyWeakref_GetWeakrefCount() now returns a Py_ssize_t, it previously returned a long (see PEP 353).