Staging
v0.5.1
https://github.com/python/cpython
Revision f533cb80cbbb7acdf9ce1978cfba095ce5eeedaa authored by Yurii Karabas on 26 November 2020, 07:36:37 UTC, committed by GitHub on 26 November 2020, 07:36:37 UTC
1 parent 87f7ab5
Raw File
Tip revision: f533cb80cbbb7acdf9ce1978cfba095ce5eeedaa authored by Yurii Karabas on 26 November 2020, 07:36:37 UTC
bpo-42392: Remove loop parameter from asyncio.streams (GH-23517)
Tip revision: f533cb8
python-wing4.wpr
#!wing
#!version=4.0
##################################################################
# Wing IDE project file                                          #
##################################################################
[project attributes]
proj.directory-list = [{'dirloc': loc('..'),
                        'excludes': [u'.hg',
                                     u'Lib/unittest/__pycache__',
                                     u'Lib/unittest/test/__pycache__',
                                     u'Lib/__pycache__',
                                     u'build',
                                     u'Doc/build'],
                        'filter': '*',
                        'include_hidden': False,
                        'recursive': True,
                        'watch_for_changes': True}]
proj.file-type = 'shared'
back to top