v = PyBool_FromLong(cfnum_to_int32(aNum));
}
} else {
- v = PyBool_FromLong(1);
+ v = PyBool_FromLong(0);
}
if (v == NULL) goto error;
(editors: check NEWS.help for information about editing NEWS using ReST.)
-What's New in Python 2.6.6?
-===========================
+What's New in Python 2.6.6 rc 2?
+================================
*Release date: XXXX-XX-XX*
Extension Modules
-----------------
+- Issue #9568: Fix test_urllib2_localnet on OS X 10.3.
+
- Issue #7567: Don't call `setupterm' twice.
Tests