Staging
v0.5.1
https://github.com/python/cpython
Revision 198c0c0509311cc0f6365ae920c2d87dbcfe7924 authored by Miss Islington (bot) on 19 April 2018, 05:26:41 UTC, committed by GitHub on 19 April 2018, 05:26:41 UTC
(cherry picked from commit 9009f3e389123c5f94d4d12f1f51b0a88531c37c)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
1 parent b27c71c
Raw File
Tip revision: 198c0c0509311cc0f6365ae920c2d87dbcfe7924 authored by Miss Islington (bot) on 19 April 2018, 05:26:41 UTC
Update What's new in 3.7 to reference preadv, pwritev and posix_spawn (GH-6524)
Tip revision: 198c0c0
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