db75a5540f
What's New in astroid 2.1.0? * threading.Lock.acquire has the timeout parameter now. * Pass parameters by keyword name when inferring sequences. * Correct line numbering for f-strings for complex embedded expressions When a f-string contained a complex expression, such as an attribute access, we weren't cloning all the subtree of the f-string expression for attaching the correct line number. This problem is coming from the builtin AST parser which gives for the f-string and for its underlying elements the line number 1, but this is causing all sorts of bugs and problems in pylint, which expects correct line numbering. * Add support for argparse.Namespace * async functions are now inferred as AsyncGenerator when inferring their call result. * Filter out Uninferable when inferring the call result result of a class with an uninferable __call__ method. * Make compatible with AST changes in Python 3.8. * Subscript inference (e.g. "a[i]") now pays attention to multiple inferred values for value (e.g. "a") and slice (e.g. "i")
6 lines
405 B
Text
6 lines
405 B
Text
$NetBSD: distinfo,v 1.16 2018/11/26 09:00:52 adam Exp $
|
|
|
|
SHA1 (astroid-2.1.0.tar.gz) = ac519ddec365cf36ca26e175999e5c92b9c1eda6
|
|
RMD160 (astroid-2.1.0.tar.gz) = d44ca4b42d075d31d45512c7ef7f8897a80c6d98
|
|
SHA512 (astroid-2.1.0.tar.gz) = ca200d51613782a85c3f164e9ef55bac1de288c45e7662645ef080cc84a88e34499b2a924b130e9215418842c25352bb948c02d569ac45c251ac37bc57f0dcd8
|
|
Size (astroid-2.1.0.tar.gz) = 276196 bytes
|