Staging
v0.5.1
https://github.com/python/cpython
Revision 00466db22168579509fe6aa6cb47cdd89dfb9141 authored by Miss Islington (bot) on 22 July 2020, 00:09:32 UTC, committed by GitHub on 22 July 2020, 00:09:32 UTC
(cherry picked from commit bf2f76ec0976c09de79c8827764f30e3b6fba776)

Co-authored-by: Steve Dower <steve.dower@python.org>
1 parent d6ba8c8
Raw File
Tip revision: 00466db22168579509fe6aa6cb47cdd89dfb9141 authored by Miss Islington (bot) on 22 July 2020, 00:09:32 UTC
bpo-41364: Reduce import overhead of uuid module (GH-21586)
Tip revision: 00466db
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