New submission from jf:

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()
...

----------
components: Library (Lib)
messages: 294127
nosy: zaazbb
priority: normal
severity: normal
status: open
title: why not use the same style func name. eg: int.to_bytes (with underline 
or not) and array.tobytes().
versions: Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30426>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to