Staging
v0.5.1
https://github.com/python/cpython
Revision ee17e3735634c5fe15a43f897707de8011618627 authored by Steve Dower on 09 December 2019, 19:18:12 UTC, committed by GitHub on 09 December 2019, 19:18:12 UTC
Also allows winreg.CloseKey() to accept same types as other functions.
1 parent b8cbe74
Raw File
Tip revision: ee17e3735634c5fe15a43f897707de8011618627 authored by Steve Dower on 09 December 2019, 19:18:12 UTC
bpo-39007: Add auditing events to functions in winreg (GH-17541)
Tip revision: ee17e37
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