Message207471
It seems a little unfortunate that you lose the symbolic default, especially since the expanded number just appears random.
>>> print(inspect.signature(os.stat))
(path, *, dir_fd=None, follow_symlinks=True, fake=9223372036854775807)
>>> sys.maxsize
9223372036854775807 |
|
| Date |
User |
Action |
Args |
| 2014-01-06 19:40:09 | barry | set | recipients:
+ barry, larry, jkloth, serhiy.storchaka |
| 2014-01-06 19:40:09 | barry | set | messageid: <[email protected]> |
| 2014-01-06 19:40:09 | barry | link | issue20144 messages |
| 2014-01-06 19:40:09 | barry | create | |
|