@@ -1875,8 +1875,6 @@ Utility functions
18751875 module with a call to the ``free(void *) ``, it is important that you
18761876 use the function in the same library that allocated the memory.
18771877
1878- .. versionadded :: 2.6
1879-
18801878.. function :: FormatError([code])
18811879
18821880 Windows only: Returns a textual description of the error code. If no error code
@@ -1895,15 +1893,11 @@ Utility functions
18951893 Returns the current value of the ctypes-private copy of the system
18961894 `errno ` variable in the calling thread.
18971895
1898- .. versionadded :: 2.6
1899-
19001896.. function :: get_last_error()
19011897
19021898 Windows only: returns the current value of the ctypes-private copy of the system
19031899 `LastError ` variable in the calling thread.
19041900
1905- .. versionadded :: 2.6
1906-
19071901.. function :: memmove(dst, src, count)
19081902
19091903 Same as the standard C memmove library function: copies *count * bytes from
@@ -1961,16 +1955,12 @@ Utility functions
19611955 `errno ` variable in the calling thread to `value ` and return the
19621956 previous value.
19631957
1964- .. versionadded :: 2.6
1965-
19661958.. function :: set_last_error(value)
19671959
19681960 Windows only: set the current value of the ctypes-private copy of
19691961 the system `LastError ` variable in the calling thread to `value `
19701962 and return the previous value.
19711963
1972- .. versionadded :: 2.6
1973-
19741964.. function :: sizeof(obj_or_type)
19751965
19761966 Returns the size in bytes of a ctypes type or instance memory buffer. Does the
@@ -2164,8 +2154,6 @@ These are the fundamental ctypes data types:
21642154 optional float initializer. On platforms where ``sizeof(long
21652155 double) == sizeof(double) `` it is an alias to :class: `c_double `.
21662156
2167- .. versionadded :: 2.6
2168-
21692157.. class :: c_float
21702158
21712159 Represents the C float datatype. The constructor accepts an optional float
0 commit comments