Quantcast
Channel: CodeSection,代码区,Python开发技术文章_教程 - CodeSec
Viewing all articles
Browse latest Browse all 9596

Marcos Dione: ayrton-0.8-Home-Sweet-New-Home

$
0
0

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. argv is 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() and stat() are available as functions. -p|--pdb launches pdb when there is an unhandled exception. Fix for line in foo(...): ... by automatically adding the _bg=True option. Better Command() detection. A lot of internal fixes.

Get it on github or pypi !


Viewing all articles
Browse latest Browse all 9596

Trending Articles