We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2e6a88 commit 6c8bfb4Copy full SHA for 6c8bfb4
ChangeLog
@@ -4,7 +4,7 @@ astroid's ChangeLog
4
5
What's New in astroid 2.4.0?
6
============================
7
-Release Date: TBA
+Release Date: 2020-04-27
8
9
* Expose a ast_from_string method in AstroidManager, which will accept
10
source code as a string and return the corresponding astroid object
astroid/__pkginfo__.py
@@ -50,6 +50,7 @@
50
"Programming Language :: Python :: 3.5",
51
"Programming Language :: Python :: 3.6",
52
"Programming Language :: Python :: 3.7",
53
+ "Programming Language :: Python :: 3.8",
54
"Programming Language :: Python :: Implementation :: CPython",
55
"Programming Language :: Python :: Implementation :: PyPy",
56
]
0 commit comments