From 4dcc6437e3550002660836992287b13e39342e31 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Fri, 20 Dec 2019 12:37:23 +0100 Subject: [PATCH] Update submodule pythonx/parso c0ace63...fb010f2 * pythonx/parso c0ace63...fb010f2 (22): > Add a release date to the Changelog > Prepare the next release v0.5.2 > Merge pull request #93 from yangyangxcf/fstring_tokenize > Add information about named expressions (#90) to the Changelog > Use a lower pytest version so python3.4 is able to pass > Use Python 3.8 on travis for testing > Whitespace changes > Fix: Add more cases for named expression errors, see #89, #90 > Add Python 3.8 to tested environments for tox > Fix: Catch some additional cases named expr errors, see #89, #90 > Make sure that function executions are errors as well, see #90 > Some minor refactorings for #90 > Merge https://github.com/JarryShaw/parso into master > Fix trailing comma error > Remove debug print statement > Fix typo (#84) > Fix is_definition test > Add include_setitem for get_defined_names, is_definition and get_definition > Make is_definition work on setitem modifications, see #66 > ENH: update grammar for py39 (#78) > Refactor the ambiguity tests a bit, see #70 > Make pgen2's grammar ambiguity detection handle more cases --- pythonx/parso | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonx/parso b/pythonx/parso index c0ace63..fb010f2 160000 --- a/pythonx/parso +++ b/pythonx/parso @@ -1 +1 @@ -Subproject commit c0ace63a6905500e18d8ac06af1a0a9057e63498 +Subproject commit fb010f2b5d67a7b284962e1059e4ebadf87792d0