Staging
v0.5.1
https://github.com/python/cpython
Revision b7d40d170248fb2419d068c6b0647ed262e3427f authored by Alexander Belopolsky on 11 January 2011, 01:21:25 UTC, committed by Alexander Belopolsky on 11 January 2011, 01:21:25 UTC
second before epoch.  Original patch by Peter Wang, reported by Martin
Blais.
1 parent 7234479
Raw File
Tip revision: b7d40d170248fb2419d068c6b0647ed262e3427f authored by Alexander Belopolsky on 11 January 2011, 01:21:25 UTC
Issue #1726687: time.mktime() will now correctly compute value one
Tip revision: b7d40d1
python-wing4.wpr
#!wing
#!version=4.0
##################################################################
# Wing IDE project file                                          #
##################################################################
[project attributes]
proj.directory-list = [{'dirloc': loc('..'),
                        'excludes': [u'Lib/unittest/test/__pycache__',
                                     u'Lib/__pycache__',
                                     u'Doc/build',
                                     u'Lib/unittest/__pycache__',
                                     u'build'],
                        'filter': '*',
                        'include_hidden': False,
                        'recursive': True,
                        'watch_for_changes': True}]
proj.file-type = 'shared'
back to top