This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients benjamin.peterson, docs@python, eric.araujo, ezio.melotti, fdrake, georg.brandl, nestor, terry.reedy
Date 2010-11-27.01:02:33
SpamBayes Score 0.0020353224
Marked as misclassified No
Message-id <1290819754.86.0.675283811319.issue10299@psf.upfronthosting.co.za>
In-reply-to
Content
Possible groups:

Types constructors: bool, bytearray, bytes, complex, dict, float, frozenset, int, list, memoryview, object, range, set, slice, str, tuple

Mathematical functions: abs, bin, divmod, hex, oct, pow, round

Working with sequences: all, any, enumerate, filter, iter, len, map, max, min, reversed, sorted, sum, zip

Working with strings: chr, format, ord

I/O: input, open, print

Introspection/metaprogramming: ascii, delattr, dir, getattr, globals, hasattr, help, id, isinstance, issubclass, locals, repr, setattr, type, vars

Advanced functions: classmethod, compile, eval, exec, hash, next, property, staticmethod, super, __import__

The last two are debatable.
History
Date User Action Args
2010-11-27 01:02:37eric.araujosetrecipients: + eric.araujo, fdrake, georg.brandl, terry.reedy, benjamin.peterson, ezio.melotti, nestor, docs@python
2010-11-27 01:02:34eric.araujosetmessageid: <1290819754.86.0.675283811319.issue10299@psf.upfronthosting.co.za>
2010-11-27 01:02:33eric.araujolinkissue10299 messages
2010-11-27 01:02:33eric.araujocreate