Supporting Python 3: An in-depth guide

Index

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

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()
capitalize()
center()
CheeseShop
class decorators
classes
cmp(), [1], [2]
coercing
collections
comparisons, [1]
comprehension
concrete parse tree
context managers
count()
csv

D

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

E

exceptions, [1], [2], [3]
exec
execfile
expandtabs()

F

file
files
filter()
find()
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], [3]
indentation
index()
input()
integers, [1], [2]
intern()
iterators, [1]

J

join()

L

list comprehensions
ljust()
long, [1]
lower()
lstrip()

M

maketrans()
map()
metaclasses
method-resolution order
missing braces error
module initialization
modules, [1]
multiprocessing

N

next(), [1]
numbers

O

ob_type
object
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()
replace()
repr()
rfind()
rindex()
rjust()
RO
round()
rsplit()
rstrip()

S

set comprehensions
sets, [1], [2]
setup.py
Setuptools, [1]
six, [1], [2]
sorting, [1], [2], [3], [4], [5]
split()
StandardError
static/statichere/staticforward
str
string
string formatting
strings, [1], [2], [3]
strip()
swapcase()

T

TabError: inconsistent use of tabs and spaces in indentation
testing, [1], [2]
tox
translate()
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], [4]
upper()
urllib/urllib2, [1]
UserDict

W

with

X

xrange()

Y

yield

Z

zfill()