Staging
v0.5.1
https://github.com/python/cpython
Revision 38f1afe8d112087491f04fae44f5f0a3f6b5c839 authored by Antoine Pitrou on 07 May 2013, 23:51:37 UTC, committed by Antoine Pitrou on 07 May 2013, 23:51:37 UTC
1 parent 5939120
Raw File
Tip revision: 38f1afe8d112087491f04fae44f5f0a3f6b5c839 authored by Antoine Pitrou on 07 May 2013, 23:51:37 UTC
Issue #17926: Fix dbm.__contains__ on 64-bit big-endian machines.
Tip revision: 38f1afe
python-wing4.wpr
#!wing
#!version=4.0
##################################################################
# Wing IDE project file                                          #
##################################################################
[project attributes]
proj.directory-list = [{'dirloc': loc('..'),
                        'excludes': [u'.hg',
                                     u'Lib/__pycache__',
                                     u'Doc/build',
                                     u'build'],
                        'filter': '*',
                        'include_hidden': False,
                        'recursive': True,
                        'watch_for_changes': True}]
proj.file-type = 'shared'
back to top