Staging
v0.8.1
https://github.com/python/cpython
Revision 35ac5f82804829eec51d5553f080c5697453b5bb authored by Serhiy Storchaka on 20 May 2015, 15:29:18 UTC, committed by Serhiy Storchaka on 20 May 2015, 15:29:18 UTC
module now support pickling.  Added readable and evaluable repr for these
objects.  Based on patch by Josh Rosenberg.
1 parent 5418d0b
Raw File
Tip revision: 35ac5f82804829eec51d5553f080c5697453b5bb authored by Serhiy Storchaka on 20 May 2015, 15:29:18 UTC
Issue #22955: attrgetter, itemgetter and methodcaller objects in the operator
Tip revision: 35ac5f8
python-wing5.wpr
#!wing
#!version=5.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