Conservative Python 3 Porting Guide
latest
The Porting Process
Tools
Syntax Changes
Exceptions
Importing
Standard Library Reorganization
Numbers
Strings
Dictionaries
Iterators
Built-In Function Changes
Comparing and Sorting
Classes
Comprehensions
Other Core Object Changes
Invoking Python
Other Changes
Conservative Python 3 Porting Guide
Docs
»
Index
Edit on GitHub
Index
Symbols
|
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
Z
Symbols
*
star import
.pyc files
<>
inequality operator
`
backtick operator
_
__bool__
__cmp__
__delslice__
__div__
__eq__
__floordiv__
__ge__
__getslice__
__gt__
__hex__
__le__
__lt__
__ne__
__next__
__nonzero__
__oct__
__setslice__
__truediv__
A
apply
AttributeError
func_closure
func_code
func_defaults
func_dict
func_doc
func_globals
func_name
has_key()
string module
sys.exc_traceback
sys.exc_type
sys.exc_value
B
b (string prefix)
backtick (`)
bound method
buffer
bytecode cache
bytes
C
cmp
argument of sort()
removed built-in function
coerce
comparison
D
decode
dependencies
diamond operator (<>)
dict
key order
views
division
doctest
dropping Python 2
E
encode
except
new syntax
exception scope
exec
execfile
F
False
file
file I/O
filter
func_* attributes
G
grave operator (`)
H
has_key
I
import *
import cycles
ImportError
import cycles
removed modules
renamed modules
urllib
urllib2
urlparse
inequality
input
int
intern
iterating over exceptions
L
list comprehensions
iteration variable
over tuples
long
M
map
memoryview
metaclasses
method resolution order
modernize
MRO
N
NameError
StandardError
apply
buffer
cmp
coerce
execfile
file
from caught exception
import cycles
intern
list comprehensions
raw_input
reduce
reload
native string
new-style class
next
None
O
object
object as base class
old-style class
open
P
porting process
print
py3c
pyc files
pylint --py3k
Python 2.5
python-modernize
R
raise
new syntax
non-exceptions
range
raw_input
reduce
reload
removed modules
renamed modules
S
six
sort
StandardError (removed exception)
str
string (module)
SyntaxError
False
L suffix on numbers
None
True
except
exec
import *
list comprehensions over tuples
octal literals
print
raise
tuple in argument list
sys.exc_traceback
sys.exc_type
sys.exc_value
T
tabs and spaces
tests
text and bytes
text
True
TypeError
__cmp__
comparison
division
int & long
iterating over exception
key function
mixing text and bytes
object cannot be interpreted as an integer
object is not subscriptable
raise
sort
U
u (string prefix)
unbound method
unicode
urllib
urllib2
urlparse
Z
zip