Thu, 17 Sep 2015 18:24:27 +0200
Added TODOs for Python 3.5.
--- a/Utilities/ClassBrowsers/pyclbr.py Mon Sep 14 19:01:02 2015 +0200 +++ b/Utilities/ClassBrowsers/pyclbr.py Thu Sep 17 18:24:27 2015 +0200 @@ -27,7 +27,8 @@ TABWIDTH = 4 SUPPORTED_TYPES = [ClassBrowsers.PY_SOURCE, ClassBrowsers.PTL_SOURCE] - + +# TODO: Add support for the new Python 3.5 async def _getnext = re.compile( r""" (?P<String>
--- a/Utilities/ModuleParser.py Mon Sep 14 19:01:02 2015 +0200 +++ b/Utilities/ModuleParser.py Thu Sep 17 18:24:27 2015 +0200 @@ -58,6 +58,7 @@ return -1 +# TODO: Add support for the new Python 3.5 async def _py_getnext = re.compile( r""" (?P<String>
--- a/eric6.e4p Mon Sep 14 19:01:02 2015 +0200 +++ b/eric6.e4p Thu Sep 17 18:24:27 2015 +0200 @@ -2249,6 +2249,19 @@ </value> </dict> </value> + <key> + <string>RadonCodeMetrics</string> + </key> + <value> + <dict> + <key> + <string>ExcludeFiles</string> + </key> + <value> + <string>*/ThirdParty/*, */coverage/*, Ui_*.py</string> + </value> + </dict> + </value> </dict> </OtherToolsParams> </OtherTools>