commit of r41833 - python/branches/release24-maint/Doc/lib/libwinreg.tex
Author: reinhold.birkenfeld Date: Tue Dec 27 18:26:16 2005 New Revision: 41833 Modified: python/branches/release24-maint/Doc/lib/libwinreg.tex Log: Revert checkin for bug #1386675. Modified: python/branches/release24-maint/Doc/lib/libwinreg.tex ============================================================================== --- python/branches/release24-maint/Doc/lib/libwinreg.tex (original) +++ python/branches/release24-maint/Doc/lib/libwinreg.tex Tue Dec 27 18:26:16 2005 @@ -42,7 +42,7 @@ \var{key} is the predefined handle to connect to. The return value is the handle of the opened key. - If the function fails, an \exception{WindowsError} exception is + If the function fails, an \exception{EnvironmentError} exception is raised. \end{funcdesc} @@ -63,7 +63,7 @@ If the key already exists, this function opens the existing key The return value is the handle of the opened key. - If the function fails, an \exception{WindowsError} exception is + If the function fails, an \exception{EnvironmentError} exception is raised. \end{funcdesc} @@ -80,7 +80,7 @@ \emph{This method can not delete keys with subkeys.} If the method succeeds, the entire key, including all of its values, - is removed. If the method fails, an \exception{WindowsError} + is removed. If the method fails, an \exception{EnvironmentError} exception is raised. \end{funcdesc} @@ -106,7 +106,7 @@ The function retrieves the name of one subkey each time it is called. It is typically called repeatedly until an - \exception{WindowsError} exception + \exception{EnvironmentError} exception is raised, indicating, no more values are available. \end{funcdesc} @@ -122,7 +122,7 @@ The function retrieves the name of one subkey each time it is called. It is typically called repeatedly, until an - \exception{WindowsError} exception is raised, indicating + \exception{EnvironmentError} exception is raised, indicating no more values. The result is a tuple of 3 items: @@ -201,7 +201,7 @@ The result is a new handle to the specified key - If the function fails, \exception{WindowsError} is raised. + If the function fails, \exception{EnvironmentError} is raised. \end{funcdesc}
participants (1)
-
reinhold.birkenfeld