Martin Panter added the comment:

FWIW I am using NXP LPC microcontrollers at the moment, whose bootloader uses 
the grave/backtick instead of spaces. (NXP application note AN11229.)  Although 
in practice it does seem to accept Python's spaces instead of graves.

I wouldn't put too much weight to Wikipedia, especially where it says graves 
are not used for encoded data (vs length and padding). Earlier versions of 
Wikipedia did mention graves in regular data.

I understand the reason for avoiding spaces is to due to spaces being stripped 
(e.g. by email, copy and paste, etc). You have to avoid spaces in data, not 
just padding, because a data space may still appear at the end of a line.

----------
nosy: +martin.panter

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

Reply via email to