O que há de novo no Python¶
A série “What’s New in Python” é uma série de ensaios que nos guia através das mudanças mais importantes entre as principais versões do Python. Eles são um “must read” para aqueles que desejam manter-se atualizados após uma nova versão.
- O que há de novo no Python 2.7
- The Future for Python 2.x
 - Changes to the Handling of Deprecation Warnings
 - Python 3.1 Features
 - PEP 372: Adding an Ordered Dictionary to collections
 - PEP 378: Format Specifier for Thousands Separator
 - PEP 389: The argparse Module for Parsing Command Lines
 - PEP 391: Dictionary-Based Configuration For Logging
 - PEP 3106: Dictionary Views
 - PEP 3137: The memoryview Object
 - Outras mudanças na Linguagem
 - Módulos Novos ou Aprimorados
 - Build and C API Changes
 - Other Changes and Fixes
 - Porting to Python 2.7
 - New Features Added to Python 2.7 Maintenance Releases
 - Reconhecimentos
 
 - O que há de novo no Python 2.6
- Python 3.0
 - Changes to the Development Process
 - PEP 343: The ‘with’ statement
 - PEP 366: Explicit Relative Imports From a Main Module
 - PEP 370: Per-user 
site-packagesDirectory - PEP 371: The 
multiprocessingPackage - PEP 3101: Advanced String Formatting
 - PEP 3105: 
printAs a Function - PEP 3110: Exception-Handling Changes
 - PEP 3112: Byte Literals
 - PEP 3116: New I/O Library
 - PEP 3118: Revised Buffer Protocol
 - PEP 3119: Abstract Base Classes
 - PEP 3127: Integer Literal Support and Syntax
 - PEP 3129: Class Decorators
 - PEP 3141: A Type Hierarchy for Numbers
 - Outras mudanças na Linguagem
 - Módulos Novos ou Aprimorados
 - Deprecations and Removals
 - Build and C API Changes
 - Porting to Python 2.6
 - Reconhecimentos
 
 - O que há de novo no Python 2.5
- PEP 308: Conditional Expressions
 - PEP 309: Partial Function Application
 - PEP 314: Metadata for Python Software Packages v1.1
 - PEP 328: Absolute and Relative Imports
 - PEP 338: Executing Modules as Scripts
 - PEP 341: Unified try/except/finally
 - PEP 342: New Generator Features
 - PEP 343: The ‘with’ statement
 - PEP 352: Exceptions as New-Style Classes
 - PEP 353: Using ssize_t as the index type
 - PEP 357: The ‘__index__’ method
 - Outras mudanças na Linguagem
 - New, Improved, and Removed Modules
 - Build and C API Changes
 - Porting to Python 2.5
 - Reconhecimentos
 
 - O que há de novo no Python 2.4
- PEP 218: Built-In Set Objects
 - PEP 237: Unifying Long Integers and Integers
 - PEP 289: Generator Expressions
 - PEP 292: Simpler String Substitutions
 - PEP 318: Decorators for Functions and Methods
 - PEP 322: Reverse Iteration
 - PEP 324: New subprocess Module
 - PEP 327: Tipo de Dados Decimal
 - PEP 328: Multi-line Imports
 - PEP 331: Locale-Independent Float/String Conversions
 - Outras mudanças na Linguagem
 - New, Improved, and Deprecated Modules
 - Build and C API Changes
 - Porting to Python 2.4
 - Reconhecimentos
 
 - O que há de novo no Python 2.0
- PEP 218: A Standard Set Datatype
 - PEP 255: Geradores Simples
 - PEP 263: Source Code Encodings
 - PEP 273: Importing Modules from ZIP Archives
 - PEP 277: Unicode file name support for Windows NT
 - PEP 278: Universal Newline Support
 - PEP 279: enumerate()
 - PEP 282: The logging Package
 - PEP 285: A Boolean Type
 - PEP 293: Codec Error Handling Callbacks
 - PEP 301: Package Index and Metadata for Distutils
 - PEP 302: New Import Hooks
 - PEP 305: Comma-separated Files
 - PEP 307: Pickle Enhancements
 - Extended Slices
 - Outras mudanças na Linguagem
 - New, Improved, and Deprecated Modules
 - Pymalloc: A Specialized Object Allocator
 - Build and C API Changes
 - Other Changes and Fixes
 - Porting to Python 2.3
 - Reconhecimentos
 
 - O que há de novo no Python 2.2
- Introdução
 - PEPs 252 and 253: Type and Class Changes
 - PEP 234: Iterators
 - PEP 255: Geradores Simples
 - PEP 237: Unifying Long Integers and Integers
 - PEP 238: Changing the Division Operator
 - Unicode Changes
 - PEP 227: Nested Scopes
 - Módulos Novos ou Aprimorados
 - Interpreter Changes and Fixes
 - Other Changes and Fixes
 - Reconhecimentos
 
 - O que há de novo no Python 2.1
- Introdução
 - PEP 227: Nested Scopes
 - PEP 236: __future__ Directives
 - PEP 207: Rich Comparisons
 - PEP 230: Warning Framework
 - PEP 229: New Build System
 - PEP 205: Weak References
 - PEP 232: Function Attributes
 - PEP 235: Importing Modules on Case-Insensitive Platforms
 - PEP 217: Interactive Display Hook
 - PEP 208: New Coercion Model
 - PEP 241: Metadata in Python Packages
 - Módulos Novos ou Aprimorados
 - Other Changes and Fixes
 - Reconhecimentos
 
 - O que há de novo no Python 2.0
- Introdução
 - E quanto ao Python 1.6?
 - Novo processo de desenvolvimento
 - Unicode
 - Compreensões de lista
 - Augmented Assignment
 - Métodos de String
 - Garbage Collection of Cycles
 - Other Core Changes
 - Porting to 2.0
 - Extending/Embedding Changes
 - Distutils: Making Modules Easy to Install
 - XML Modules
 - Module changes
 - New modules
 - IDLE Improvements
 - Módulos apagados e desativados
 - Reconhecimentos
 
 
