Differences between revisions 1 and 2
Revision 1 as of 2006-11-14 02:00:00
Size: 249
Comment:
Revision 2 as of 2006-11-14 02:05:57
Size: 786
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:

== 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

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

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