[docs] [issue35714] Document that the null character '\0' terminates a struct format spec

Serhiy Storchaka report at bugs.python.org
Fri Jan 11 02:28:17 EST 2019


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

I think the null character is illegal character in the format string, and struct functions should raise a struct.error for it.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35714>
_______________________________________


More information about the docs mailing list