From 5dc92947f44231303acae44e224a82ca6cfc2dbb Mon Sep 17 00:00:00 2001 From: Ivan Levkivskyi Date: Wed, 26 Oct 2016 12:32:17 +0200 Subject: [PATCH 1/2] Documment support for underscores in numeric literals --- docs/source/python36.rst | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/source/python36.rst b/docs/source/python36.rst index 1ba162a14999..b2aa880ff666 100644 --- a/docs/source/python36.rst +++ b/docs/source/python36.rst @@ -51,7 +51,19 @@ Underscores in numeric literals (`PEP 515 `_ package is + installed and has at least version 0.6.1. Use ``pip3 install -U typed_ast``. Asynchronous generators (`PEP 525 `_) ------------------------------------------------------------------------------- From 7429be6c39e458a4bf97ce89d8c4e71d90055d5d Mon Sep 17 00:00:00 2001 From: David Fisher Date: Mon, 9 Jan 2017 11:50:30 -0800 Subject: [PATCH 2/2] Update typed_ast version --- docs/source/python36.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/python36.rst b/docs/source/python36.rst index b2aa880ff666..473056a083b7 100644 --- a/docs/source/python36.rst +++ b/docs/source/python36.rst @@ -63,7 +63,7 @@ Mypy fully supports this syntax: This requires the ``--fast-parser`` flag and it requires that the `typed_ast `_ package is - installed and has at least version 0.6.1. Use ``pip3 install -U typed_ast``. + installed and has at least version 0.6.2. Use ``pip3 install -U typed_ast``. Asynchronous generators (`PEP 525 `_) -------------------------------------------------------------------------------