Staging
v0.5.1
https://github.com/python/cpython
Revision 429b59ec6990dab19d5a0e0a91f55b5f0e850cf6 authored by Serhiy Storchaka on 14 May 2014, 18:48:17 UTC, committed by Serhiy Storchaka on 14 May 2014, 18:48:17 UTC
with ignore case.  Original patch by Matthew Barnett.
1 parent 946cfc3
Raw File
Tip revision: 429b59ec6990dab19d5a0e0a91f55b5f0e850cf6 authored by Serhiy Storchaka on 14 May 2014, 18:48:17 UTC
Issue #20998: Fixed re.fullmatch() of repeated single character pattern
Tip revision: 429b59e
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