Files
libguestfs/python
Richard W.M. Jones 42e8c093b7 python: Fix optargs so we don't use special sentinel values.
Previously with Python it was impossible to set a boolean or integer
optarg to -1 because that was used as a special sentinel value to
indicate that the optarg was not set.

Instead, use None as the sentinel value, since that cannot be a
boolean or integer type.
2012-08-15 12:16:54 +01:00
..
2012-01-18 22:05:02 +00:00
2012-01-18 22:05:02 +00:00
2012-06-28 13:47:35 +01:00
2012-01-18 22:05:02 +00:00