What's New in Python 2.4
Up:
Python Documentation Index
Next:
Contents
What's New in Python 2.4
A.M. Kuchling
Python Software Foundation
Email:
amk@amk.ca
Contents
1 PEP 218: Built-In Set Objects
2 PEP 237: Unifying Long Integers and Integers
3 PEP 289: Generator Expressions
4 PEP 292: Simpler String Substitutions
5 PEP 318: Decorators for Functions, Methods and Classes
6 PEP 322: Reverse Iteration
7 PEP 327: Decimal Data Type
7.1 Why is Decimal needed?
7.2 The
Decimal
type
7.3 The
Context
type
8 PEP 328: Multi-line Imports
9 PEP 331: Locale-Independent Float/String Conversions
10 Other Language Changes
10.1 Optimizations
11 New, Improved, and Deprecated Modules
11.1 cookielib
11.2 doctest
12 Build and C API Changes
12.1 Port-Specific Changes
13 Other Changes and Fixes
14 Porting to Python 2.4
15 Acknowledgements
About this document ...
What's New in Python 2.4
Up:
Python Documentation Index
Next:
Contents
Release 0.3.
See
About this document...
for information on suggesting changes.