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 zaazbb
Recipients zaazbb
Date 2017-05-22.07:58:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495439938.8.0.0428645941512.issue30426@psf.upfronthosting.co.za>
In-reply-to
Content
I note that, some functions have different style names, some have underline, and some not. why do so??

eg:
int.to_bytes()  and array.tobytes()
int.from_byte() and array.frombytes()
ZipInfo.from_file() and array.fromfile()
...
History
Date User Action Args
2017-05-22 07:58:58zaazbbsetrecipients: + zaazbb
2017-05-22 07:58:58zaazbbsetmessageid: <1495439938.8.0.0428645941512.issue30426@psf.upfronthosting.co.za>
2017-05-22 07:58:58zaazbblinkissue30426 messages
2017-05-22 07:58:58zaazbbcreate