[Python-Dev] [Python-checkins] peps: Update PEP-0424 with respect to feedback received.
Andrew Svetlov
andrew.svetlov at gmail.com
Mon Jul 30 11:23:51 CEST 2012
More information about the Python-Dev mailing list
Mon Jul 30 11:23:51 CEST 2012
- Previous message: [Python-Dev] python-checkins moderation
- Next message: [Python-Dev] [Python-checkins] peps: Update PEP-0424 with respect to feedback received.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, Jul 30, 2012 at 4:10 AM, alex.gaynor <python-checkins at python.org> wrote: > +In addition, a new function ``operator.length`` hint is added ``operator.length`` or ``operator.length_hint``? > + def length_hint(obj, default): Is there default value for `default` parameter? For example: def length_hint(obj, default=0): pass or something like that? -- Thanks, Andrew Svetlov
- Previous message: [Python-Dev] python-checkins moderation
- Next message: [Python-Dev] [Python-checkins] peps: Update PEP-0424 with respect to feedback received.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list