[Python-Dev] Retrieve an arbitrary element from a set withoutremoving it
Mark Dickinson
dickinsm at gmail.com
Mon Oct 26 21:26:51 CET 2009
More information about the Python-Dev mailing list
Mon Oct 26 21:26:51 CET 2009
- Previous message: [Python-Dev] Retrieve an arbitrary element from a set withoutremoving it
- Next message: [Python-Dev] Retrieve an arbitrary element from a set without removing it
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, Oct 26, 2009 at 7:56 PM, Guido van Rossum <guido at python.org> wrote: > I'm beginning to think maybe adding a method to a built-in object type > *should* fall under the moratorium. Another possible test case for this decision is the int.from_bytes and int.to_bytes methods, proposed a while ago, and implemented by Alexandre Vassalotti. See: http://bugs.python.org/issue1023290 Mark
- Previous message: [Python-Dev] Retrieve an arbitrary element from a set withoutremoving it
- Next message: [Python-Dev] Retrieve an arbitrary element from a set without removing it
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list