diff options
Diffstat (limited to 'Doc/library/resource.rst')
-rw-r--r-- | Doc/library/resource.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/resource.rst b/Doc/library/resource.rst index 834dace..fbd7204 100644 --- a/Doc/library/resource.rst +++ b/Doc/library/resource.rst @@ -203,9 +203,6 @@ These functions are used to retrieve resource usage information: This function will raise a :exc:`ValueError` if an invalid *who* parameter is specified. It may also raise :exc:`error` exception in unusual circumstances. - .. versionchanged:: 2.3 - Added access to values as attributes of the returned object. - .. function:: getpagesize() |