Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
310337f8
Commit
310337f8
authored
Mar 06, 2011
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#11400: remove reference to pre-1.5 assignment behavior.
parent
8256242b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
Doc/reference/simple_stmts.rst
Doc/reference/simple_stmts.rst
+0
-3
No files found.
Doc/reference/simple_stmts.rst
View file @
310337f8
...
...
@@ -119,9 +119,6 @@ square brackets, is recursively defined as follows.
*
If
the
target
list
is
a
comma
-
separated
list
of
targets
:
The
object
must
be
an
iterable
with
the
same
number
of
items
as
there
are
targets
in
the
target
list
,
and
the
items
are
assigned
,
from
left
to
right
,
to
the
corresponding
targets
.
(
This
rule
is
relaxed
as
of
Python
1.5
;
in
earlier
versions
,
the
object
had
to
be
a
tuple
.
Since
strings
are
sequences
,
an
assignment
like
``
a
,
b
=
"xy"
``
is
now
legal
as
long
as
the
string
has
the
right
length
.)
*
If
the
target
list
contains
one
target
prefixed
with
an
asterisk
,
called
a
"starred"
target
:
The
object
must
be
a
sequence
with
at
least
as
many
items
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment