python-mode.el-6.0.1

Written for python-mode.el by Andreas Roehler on 2011-08-05

New group of commands `py-expression' addresses parts
of a statement, for example which would be concatenated
by "."-operator.

See

py-copy-expression
py-mark-expression
py-beginning-of-expression
py-end-of-expression
py-kill-expression

Comment: Whilst operators inside a statement are
Python expressions syntactically, editing command
`py-expression' ignores them, as it's dealt with easier
by common `symbol'-commands already

Several bugfixes.

Read all announcements