summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/python_pythoncode_runme.py
Commit message (Collapse)AuthorAgeFilesLines
* Testcase for testing __new__ override Python 3.6 fixWilliam S Fulton2018-12-201-0/+4
| | | | Issue #1357
* Improve handling of whitespace in %pythoncodeOlly Betts2015-06-291-0/+5
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.