[issue30249] improve struct.unpack_from's error message like struct.pack_into

2018-03-10 Thread Xiang Zhang
Change by Xiang Zhang : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ Py

[issue30249] improve struct.unpack_from's error message like struct.pack_into

2018-03-10 Thread Xiang Zhang
Xiang Zhang added the comment: New changeset c10b288f345aaef66d2c844924b9a576f9ea4f8b by Xiang Zhang in branch 'master': bpo-30249: Improve struct.unpack_from() error messages (GH-6059) https://github.com/python/cpython/commit/c10b288f345aaef66d2c844924b9a576f9ea4f8b --

[issue30249] improve struct.unpack_from's error message like struct.pack_into

2018-03-10 Thread Xiang Zhang
Change by Xiang Zhang : -- assignee: -> xiang.zhang versions: +Python 3.8 -Python 3.7 ___ Python tracker ___ ___ Python-bugs-list ma

[issue30249] improve struct.unpack_from's error message like struct.pack_into

2018-03-10 Thread Xiang Zhang
Change by Xiang Zhang : -- keywords: +patch pull_requests: +5821 stage: needs patch -> patch review ___ Python tracker ___ ___ Python

[issue30249] improve struct.unpack_from's error message like struct.pack_into

2017-05-03 Thread Xiang Zhang
New submission from Xiang Zhang: In #29649, the error message of struct.pack_into was improved. Since pack_into was changed, I think it's also worth improving unpack_from. -- components: Library (Lib) messages: 292862 nosy: xiang.zhang priority: normal severity: normal stage: needs patc