1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-20 14:03:59 +03:00
(This used to be commit 21e41866425c6f8bf04b08b3edd5bf70caf56e32)
This commit is contained in:
Martin Pool 2002-11-04 20:34:50 +00:00
parent b700eafad9
commit ba09904001

View File

@ -99,12 +99,15 @@ returns:
buffer -- string containing packed data
raises:
IndexError -- if there are not the same number of format codes as of
values
IndexError -- if there are too few values for the format
ValueError -- if any of the format characters is illegal
TypeError -- if the format is not a string, or values is not a sequence,
or any of the values is of the wrong type for the corresponding
format character
notes:
For historical reasons, it is not an error to pass more values than are consumed
by the format.
";