pypi saspy 3.5.2
V3.5.2

latest releases: 5.4.4, 5.4.3, 5.4.2...
4 years ago

This is another minor release. The one fix in here is the the lastlog() method. The original implementation simply set lastlog to the log from the last submit() call. That was for any method, and for methods which only submitted one block of code, that was fine. But there a many methods which need to run multiple blocks of code, and for those it only returned the part of the log for the last submission. Now the lastlog returns the whole log for everything run for each method. This allows a quick and easy way to see just the log from the method that was run. The whole log (saslog()) get's too big to use to just look at the results from one method. Now looking at, and programmatically assessing the log (check for errors or unexpected messages), is easy to do since the whole log of the code run is available.

Don't miss a new saspy release

NewReleases is sending notifications on new releases.