Python pwd Functions

EditRocket provides the following information on pwd functions in the Python source code builder.

getpwall() - Return a list of all available password database entries, in arbitrary order.

getpwnam(name) - Return the password database entry for the given user name.

getpwuid(uid) - Return the password database entry for the given numeric user ID.