ayrton 0.4.4
I forgot to mention: I did a couple of ayrton
releases, one more than a month ago and another a couple of days
ago. One thing to notice is that even when 0.4.4 introduces an incompatible change (source()
is no more), I didn't
bump the minor or major version, as the level of usage is practically null. Here's the combined changelog:
- source() is out. use python's import system.
- Support executing foo.py().
- Let commands handle SIGPIE and SIGINT. Python does funky things to them.
- for line in foo(): ... forces Capture'ing the output.
- Fix remote() a little. The API stills sucks.
- Fix remote() tests.