Skip to content

release-0.8

Compare
Choose a tag to compare
@skx skx released this 24 Feb 13:41
· 154 commits to master since this release

This release improves the standard library a little, but is being made mostly to transition the testing and release process from TravisCI to github actions:

Changes include some additions to the standard-library:

  • type works on built-in functions.
  • There is a file-object.
  • There are facilities to run mkdir, chmod, etc.
  • Test cases updated and improved.