Staging
v0.8.1
https://github.com/python/cpython
Revision a8424940b4873791fc178a9f19a7bf1779a6cf42 authored by Miss Islington (bot) on 24 August 2019, 18:33:18 UTC, committed by Raymond Hettinger on 24 August 2019, 18:33:18 UTC
(cherry picked from commit 69ee87e99cfe0b79389cffa92d126af868baf353)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
1 parent d5a66bc
Raw File
Tip revision: a8424940b4873791fc178a9f19a7bf1779a6cf42 authored by Miss Islington (bot) on 24 August 2019, 18:33:18 UTC
bpo-14112: Allow beginners to explore shallowness in greater depth ;-) (GH-15465) (GH-15469)
Tip revision: a842494
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