Staging
v0.5.1
https://github.com/python/cpython
Revision 7c288413db8c2b84dd476b0c8a19f85110d99a2f authored by Miss Islington (bot) on 14 August 2020, 01:53:43 UTC, committed by GitHub on 14 August 2020, 01:53:43 UTC

Automerge-Triggered-By: @ericvsmith
(cherry picked from commit e55de68be3e5b977a17d3c0ac9805b0feff8fedc)

Co-authored-by: Rishav Kundu <rk@rishav.io>
1 parent 75c2281
Raw File
Tip revision: 7c288413db8c2b84dd476b0c8a19f85110d99a2f authored by Miss Islington (bot) on 14 August 2020, 01:53:43 UTC
bpo-41410: Fix outdated info in mkstemp docs (GH-21701)
Tip revision: 7c28841
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