Staging
v0.5.1
https://github.com/python/cpython
Revision 68f68fa423739802fce37589ee77683c42ddb933 authored by Richard Levasseur on 21 November 2020, 19:56:24 UTC, committed by GitHub on 21 November 2020, 19:56:24 UTC
1 parent ea97eba
Raw File
Tip revision: 68f68fa423739802fce37589ee77683c42ddb933 authored by Richard Levasseur on 21 November 2020, 19:56:24 UTC
Clarify that Set._from_iterable is not required to be a classmethod. (GH-23272)
Tip revision: 68f68fa
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