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
c668755d
Commit
c668755d
authored
Jul 23, 2003
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix representation of ^= operator in __ixor__() documentation.
Closes SF bug #776181. Should be backported.
parent
85042b72
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Doc/ref/ref3.tex
Doc/ref/ref3.tex
+1
-1
No files found.
Doc/ref/ref3.tex
View file @
c668755d
...
...
@@ -1836,7 +1836,7 @@ complicated).
These methods are called to implement the augmented arithmetic
operations (
\code
{
+=
}
,
\code
{
-=
}
,
\code
{
*=
}
,
\code
{
/=
}
,
\code
{
\%
=
}
,
\code
{
**=
}
,
\code
{
<
}
\code
{
<=
}
,
\code
{
>
}
\code
{
>=
}
,
\code
{
\&
=
}
,
\code
{
\
^
=
}
,
\code
{
|=
}
). These methods should attempt to do the
\code
{
\
textasciicircum
=
}
,
\code
{
|=
}
). These methods should attempt to do the
operation in-place (modifying
\var
{
self
}
) and return the result (which
could be, but does not have to be,
\var
{
self
}
). If a specific method
is not defined, the augmented operation falls back to the normal
...
...
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