Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix or workaround PEP8 warnings | Olly Betts | 2015-06-30 | 1 | -5/+7 |
| | |||||
* | Improve handling of whitespace in %pythoncode | Olly Betts | 2015-06-29 | 1 | -0/+29 |
Previously SWIG looked at the indentation of the first line and removed that many characters from each subsequent line, regardless of what those characters were. This was made worse because SWIG's preprocessor removes any whitespace before a '#'. Fixes github issue #379, reported by Joe Orton. |