ayrton 0.8 Home Sweet New Home
Long time for this release. A couple of hard bugs (which fix was just moving a line down a little), a big-ish new feature, and moving in a new city. Here's the ChangeLog:
- You can import ayrton modules and packages!
- Depends on Python3.5 now.
-
argvis not quite a list: for some operations (len(),iter(),pop()),argv[^0]is left alone. -
option()raises KeyError or ValueError if the option or its 'argument' is wrong. -
makedirs()andstat()are available as functions. -
-p|--pdblaunchespdbwhen there is an unhandled exception. - Fix
for line in foo(...): ...by automatically adding the_bg=Trueoption. - Better
Command()detection. - A lot of internal fixes.