| commit | 60c50614e173f9e78aa719cbd01c6e056e23a8cc | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Tue Dec 31 16:29:52 1996 +0000 |
| committer | Guido van Rossum <guido@python.org> | Tue Dec 31 16:29:52 1996 +0000 |
| tree | 1c4383237eb35b7fdadea30705df02aa82e3fd55 | |
| parent | 36bb181cdffbb80b555fd8454c80e66e10657dde [diff] |
Added better handling of unsigned longs -- a Python long returned by
unpack('L', ...) is now acceptable to pack('L', ...).