[issue29463] Change docstring to attribute from first statement.

INADA Naoki report at bugs.python.org
Tue Feb 7 22:36:06 EST 2017


INADA Naoki added the comment:

lnotab is changed too.

-    0,0,0,115,12,0,0,0,8,4,4,2,8,8,8,12,
-    8,25,8,13,114,18,0,0,0,99,0,0,0,0,0,0,
+    0,0,0,115,10,0,0,0,12,6,8,8,8,12,8,25,
+    8,13,114,18,0,0,0,99,0,0,0,0,0,0,0,0,

115 is header for bytes type.
next 4 bytes is it's length (little endian, 12->10 bytes)
and everything after that is slided by 2 bytes.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29463>
_______________________________________


More information about the Python-bugs-list mailing list