Staging
v0.5.1
https://github.com/python/cpython
Revision 91b0bc237c07b52c771e121098989680cfc3600d authored by Serhiy Storchaka on 25 January 2014, 17:43:02 UTC, committed by Serhiy Storchaka on 25 January 2014, 17:43:02 UTC
http.server, imghdr, mailcap, mimetypes, xml.etree.
1 parent 9332096
Raw File
Tip revision: 91b0bc237c07b52c771e121098989680cfc3600d authored by Serhiy Storchaka on 25 January 2014, 17:43:02 UTC
Issue #20331: Fixed possible FD leaks in various modules:
Tip revision: 91b0bc2
python-wing4.wpr
#!wing
#!version=4.0
##################################################################
# Wing IDE project file                                          #
##################################################################
[project attributes]
proj.directory-list = [{'dirloc': loc('..'),
                        'excludes': [u'.hg',
                                     u'Lib/unittest/__pycache__',
                                     u'Lib/unittest/test/__pycache__',
                                     u'Lib/__pycache__',
                                     u'build',
                                     u'Doc/build'],
                        'filter': '*',
                        'include_hidden': False,
                        'recursive': True,
                        'watch_for_changes': True}]
proj.file-type = 'shared'
back to top