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 pitrou
Recipients aeros, benjamin.peterson, docs@python, pitrou, rhettinger, serhiy.storchaka, stutzbach
Date 2019-07-26.09:18:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564132698.38.0.923425712328.issue37635@roundup.psfhosted.org>
In-reply-to
Content
I don't know. "whence" is the official name of the argument in the POSIX API:
https://pubs.opengroup.org/onlinepubs/9699919799/functions/lseek.html

Perhaps "from_what" is assumed to be more understandable by the average reader?

Also, os.lseek() uses "how":
https://docs.python.org/3/library/os.html#os.lseek
History
Date User Action Args
2019-07-26 09:18:18pitrousetrecipients: + pitrou, rhettinger, benjamin.peterson, stutzbach, docs@python, serhiy.storchaka, aeros
2019-07-26 09:18:18pitrousetmessageid: <1564132698.38.0.923425712328.issue37635@roundup.psfhosted.org>
2019-07-26 09:18:18pitroulinkissue37635 messages
2019-07-26 09:18:18pitroucreate