CObject use is marked as a Py3k warning, not a deprecation warning
diff --git a/Misc/NEWS b/Misc/NEWS
index c39dd86..a667fa3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -25,6 +25,9 @@
- Issue #9862: Compensate for broken PIPE_BUF in AIX by hard coding
its value as the default 512 when compiling on AIX.
+- Issue #9675: CObject use is marked as a Py3k warning, not a deprecation
+ warning.
+
- Issue #10068: Global objects which have reference cycles with their module's
dict are now cleared again. This causes issue #7140 to appear again.