Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | py: Use sequence of strings for named tuple initialization | stijn | 2015-01-01 |
| | | | | | | - remove single string initialization style - take list of strings instead - store list in the type for fast lookup | ||
* | tests: Really fix import. | Paul Sokolovsky | 2014-05-11 |
| | |||
* | tests: Fix import. | Paul Sokolovsky | 2014-05-11 |
| | |||
* | py: Don't try to "bind" types store as attributes of objects. | Paul Sokolovsky | 2014-05-11 |
This was hit when trying to make urlparse.py from stdlib run. Took quite some time to debug. TODO: Reconsile bound method creation process better, maybe callable is to generic type to bind at all? |