Staging
v0.5.1
https://github.com/python/cpython
Revision c101d1a88a8e0b0cec479307b4e0ae6866958a49 authored by Miss Islington (bot) on 18 June 2019, 09:45:10 UTC, committed by Ned Deily on 18 June 2019, 09:45:10 UTC
(cherry picked from commit a514f782b822bd7bca7c8d78be7bd53bc25c1908)

Co-authored-by: Ned Deily <nad@python.org>
1 parent 0f3abbc
Raw File
Tip revision: c101d1a88a8e0b0cec479307b4e0ae6866958a49 authored by Miss Islington (bot) on 18 June 2019, 09:45:10 UTC
bpo-35031: also disable TLS 1.3 for test_start_tls_server_1 on macOS (GH-14188) (GH-14192)
Tip revision: c101d1a
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