Staging
v0.5.1
https://github.com/python/cpython
Revision 15acc4eaba8519d7d5f2acaffde65446b44dcf79 authored by Lysandros Nikolaou on 27 October 2020, 18:54:20 UTC, committed by GitHub on 27 October 2020, 18:54:20 UTC
1 parent 95f710c
Raw File
Tip revision: 15acc4eaba8519d7d5f2acaffde65446b44dcf79 authored by Lysandros Nikolaou on 27 October 2020, 18:54:20 UTC
bpo-41659: Disallow curly brace directly after primary (GH-22996)
Tip revision: 15acc4e
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