Staging
v0.5.1
https://github.com/python/cpython
Revision 3f215f35bdb9d666f5a692fc60f800da1bb1e4a9 authored by Tal Einat on 26 May 2020, 12:59:23 UTC, committed by GitHub on 26 May 2020, 12:59:23 UTC
(cherry picked from commit 372ee27d4958302dac7ad6a8711f6fd04771b2e6)

Co-authored-by: Jakub Stasiak <jakub@stasiak.at>
1 parent 4ea8028
Raw File
Tip revision: 3f215f35bdb9d666f5a692fc60f800da1bb1e4a9 authored by Tal Einat on 26 May 2020, 12:59:23 UTC
[3.7] bpo-38580: Document that select() accepts iterables, not just sequences (GH-16832)
Tip revision: 3f215f3
python-wing5.wpr
#!wing
#!version=5.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