Message 192912 - Python tracker (original) (raw)

Upon further review and tests, I notice that ._decode

Tests with 'end' only pass now because the tested methods ignore the buggy decode for 'end' and special-case it instead. When I added tests with out of bounds indexes, they failed. I am working now on fixing all this.

Spaces are supposed to follow arg-separating commas in function calls. The initial patch lacked them and I have added them. I need them because they make code easier for me to read and review, which is an example of why PEP-8 requires them.