Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2006-11-14 02:05:57
Size: 786
Comment:
Revision 4 as of 2007-08-31 17:56:04
Size: 928
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
'''(This is not a private page; if you find errors, please edit the page to fix them.)'''
Line 48: Line 50:

----
'''Note:''' Similar list in BiggerTasks

(This is not a private page; if you find errors, please edit the page to fix them.)

Built-in functions in Python 2.5 that aren't present in Jython:

'quit', 'all', 'set', 'help', 'copyright', 'buffer', 'reversed', 'license', 'credits', 'exit', 'frozenset', 'sorted', 'any'

Important: set, frozenset, all, any, sorted, reversed

2.3 features

PEP 263: source code encodings

zipimport

Universal newline support

Boolean type

PEP 302: New import hooks

PEP 305: pickle enhancements

2.4 features

Built-in set, frozenset

Unifying int/long

Generator expressions

Function/method decorators

Multi-line imports

2.5 features

Conditional expressions

'with' statement

Absolute & relative imports

Unified try/except/finally

New generator features

Exceptions as new-style classes

The index method


Note: Similar list in BiggerTasks

AndrewKuchling/MissingBuiltins (last edited 2008-11-15 09:15:57 by localhost)