Message303908
In 2.7 "%U" is not recognized in the format string.
>>> class Name(Structure):
... _fields_ = []
... _anonymous_ = ["x"]
... x = 42
...
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: '%U' is specified in _anonymous_ but not in _fields_ |
|
Date |
User |
Action |
Args |
2017-10-08 12:02:58 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, Oren Milman |
2017-10-08 12:02:58 | serhiy.storchaka | set | messageid: <1507464178.06.0.213398074469.issue31490@psf.upfronthosting.co.za> |
2017-10-08 12:02:58 | serhiy.storchaka | link | issue31490 messages |
2017-10-08 12:02:57 | serhiy.storchaka | create | |
|