]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
News blurb (thank you blurb-it)
authorblurb-it[bot] <blurb-it[bot]@users.noreply.github.com>
Tue, 22 Jan 2019 19:17:28 +0000 (19:17 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 22 Jan 2019 19:21:47 +0000 (11:21 -0800)
Misc/NEWS.d/next/Core and Builtins/2019-01-22-19-17-27.bpo-35766.gh1tHZ.rst [new file with mode: 0644]

diff --git a/Misc/NEWS.d/next/Core and Builtins/2019-01-22-19-17-27.bpo-35766.gh1tHZ.rst b/Misc/NEWS.d/next/Core and Builtins/2019-01-22-19-17-27.bpo-35766.gh1tHZ.rst
new file mode 100644 (file)
index 0000000..29c5f34
--- /dev/null
@@ -0,0 +1 @@
+Add the option to parse PEP 484 type comments in the ast module. (Off by default.) This is merging the key functionality of the third party fork thereof, [typed_ast](https://github.com/python/typed_ast).
\ No newline at end of file