Porting to Python 3 - The Book Site

Index

Symbols | _ | A | B | C | D | E | F | G | H | I | L | M | N | O | P | R | S | T | U | W | X | Y

Symbols

2to3, [1]
3to2

_

__cmp__(), [1], [2]
__delslice__
__future__
__getslice__
__metaclass__
__setslice__

A

abstract base classes
apply()

B

binary data, [1]
buffer(), [1]
bytearray
bytes, [1], [2], [3]

C

callable()
CheeseShop
class decorators
cmp(), [1], [2]
coercing
collections
comparisons, [1]
comprehension
concrets parse tree
context managers

D

dictionaries
dictionary comprehensions
Distribute, [1]
Distutils, [1], [2]
division, [1]
doctests

E

exceptions, [1], [2], [3]
exec
execfile

F

file
filter()
fixers
fractions
func_closure
func_code
func_defaults
func_dict
func_doc
func_globals
func_name
futures

G

generators

H

has_key()

I

im_class
im_func
im_self
imports, [1], [2]
indentation
input()
integers, [1], [2]
intern()
iterators, [1]

L

list comprehensions
long, [1]

M

map()
metaclasses
method-resolution order
missing braces error
module initialization
modules
multiprocessing

N

next()
numbers

O

ob_type
octal
old-style classes

P

parameter unpacking
print, [1]
Py_InitModule3
Py_TYPE
PyInt_FromLong
PyModule_Create
PyObject_HEAD_INIT
PyPI
PyString_AS_STRING
PyVarObject_HEAD_INIT

R

raise
range()
raw_input()
READONLY
reduce()
reload()
repr()
RO

S

set comprehensions
sets, [1], [2]
setup.py
Setuptools, [1]
six, [1], [2]
sorting, [1], [2], [3], [4]
StandardError
static/statichere/staticforward
string formatting
strings, [1], [2], [3]

T

TabError: inconsistent use of tabs and spaces in indentation
testing, [1], [2]
trove classifier, [1]
TypeError: 'cmp' is an invalid keyword argument
TypeError: must use keyword argument for key function, [1]
TypeError: unorderable types

U

Unicode, [1], [2], [3]
urllib/urllib2
UserDict

W

with

X

xrange()

Y

yield