Staging
v0.5.1
https://github.com/python/cpython
Revision a0cb7db8e4b928b4c06da4bde8695555276958f0 authored by Yuan Chao Chou on 04 August 2017, 17:53:42 UTC, committed by Ɓukasz Langa on 04 August 2017, 17:53:42 UTC
Change the shadowing naming, 'value' (Python-ast.c:4686), to 'val'
to prevent the variables from being misused.
1 parent 9b3abac
Raw File
Tip revision: a0cb7db8e4b928b4c06da4bde8695555276958f0 authored by Yuan Chao Chou on 04 August 2017, 17:53:42 UTC
Fix a shadow-compatible-local warning (#2181)
Tip revision: a0cb7db
python-wing3.wpr
#!wing
#!version=3.0
##################################################################
# Wing IDE project file                                          #
##################################################################
[project attributes]
proj.directory-list = [{'dirloc': loc('..'),
                        'excludes': [u'Lib/__pycache__'],
                        'filter': '*',
                        'include_hidden': False,
                        'recursive': True,
                        'watch_for_changes': True}]
proj.file-type = 'shared'
back to top