Removed information on the old third parameter to _PyTuple_Resize().

Added information on PyIter_Check(), PyIter_Next(),
PyObject_Unicode(), PyString_AsDecodedObject(),
PyString_AsEncodedObject(), and PyThreadState_GetDict().
diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat
index 2a3cc00..d7dec67 100644
--- a/Doc/api/refcounts.dat
+++ b/Doc/api/refcounts.dat
@@ -363,6 +363,11 @@
 
 PyInterpreterState_New:PyInterpreterState*:::
 
+PyIter_Check:int:o:0:
+
+PyIter_Next:PyObject*::+1:
+PyIter_Next:PyObject*:o:0:
+
 PyList_Append:int:::
 PyList_Append:PyObject*:list:0:
 PyList_Append:PyObject*:item:+1:
@@ -728,6 +733,9 @@
 PyObject_Type:PyObject*::+1:
 PyObject_Type:PyObject*:o:0:
 
+PyObject_Unicode:PyObject*::+1:
+PyObject_Unicode:PyObject*:o:0:
+
 PyParser_SimpleParseFile:struct _node*:::
 PyParser_SimpleParseFile:FILE*:fp::
 PyParser_SimpleParseFile:char*:filename::
@@ -846,6 +854,16 @@
 PyString_AS_STRING:char*:::
 PyString_AS_STRING:PyObject*:string:0:
 
+PyString_AsDecodedObject:PyObject*::+1:
+PyString_AsDecodedObject:PyObject*:str:0:
+PyString_AsDecodedObject:const char*:encoding::
+PyString_AsDecodedObject:const char*:errors::
+
+PyString_AsEncodedObject:PyObject*::+1:
+PyString_AsEncodedObject:PyObject*:str:0:
+PyString_AsEncodedObject:const char*:encoding::
+PyString_AsEncodedObject:const char*:errors::
+
 PyString_AsString:char*:::
 PyString_AsString:PyObject*:string:0:
 
@@ -917,6 +935,8 @@
 
 PyThreadState_Get:PyThreadState*:::
 
+PyThreadState_GetDict:PyObject*::0:
+
 PyThreadState_New:PyThreadState*:::
 PyThreadState_New:PyInterpreterState*:interp::
 
@@ -1329,7 +1349,6 @@
 _PyTuple_Resize:int:::
 _PyTuple_Resize:PyTupleObject**:p:+1:
 _PyTuple_Resize:int:new::
-_PyTuple_Resize:int:last_is_sticky::
 
 _Py_c_diff:Py_complex:::
 _Py_c_diff:Py_complex:left::