Staging
v0.5.1
https://github.com/python/cpython
Revision 04521c275e47e4df59046ee0297810f06c208350 authored by Xiang Zhang on 19 June 2017, 14:06:59 UTC, committed by GitHub on 19 June 2017, 14:06:59 UTC
1 parent 46e299c
Raw File
Tip revision: 04521c275e47e4df59046ee0297810f06c208350 authored by Xiang Zhang on 19 June 2017, 14:06:59 UTC
bpo-30176: Add missing curses cell attributes constants (#2277)
Tip revision: 04521c2
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