This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author barry
Recipients barry, jkloth, larry, serhiy.storchaka
Date 2014-01-06.19:40:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389037209.06.0.93062299933.issue20144@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2014-01-06 19:40:09barrysetrecipients: + barry, larry, jkloth, serhiy.storchaka
2014-01-06 19:40:09barrysetmessageid: <1389037209.06.0.93062299933.issue20144@psf.upfronthosting.co.za>
2014-01-06 19:40:09barrylinkissue20144 messages
2014-01-06 19:40:09barrycreate