Skip to content

Commit

Permalink
Remove issue PyO3#844 mention
Browse files Browse the repository at this point in the history
Supposedly resolved by PyO3#1107
  • Loading branch information
ravenexp committed Apr 5, 2021
1 parent 7eb3aa3 commit 5a886d9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions guide/src/class/protocols.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,6 @@ The reflected operations are also available:
The code generated for these methods expect that all arguments match the
signature, or raise a TypeError.

*Note*: Currently implementing the method for a binary arithmetic operations
(e.g, `__add__`) shadows the reflected operation (e.g, `__radd__`). This is
being addressed in [#844](https://github.com/PyO3/pyo3/issues/844). to make
these methods


This trait also has support the augmented arithmetic assignments (`+=`, `-=`,
`*=`, `@=`, `/=`, `//=`, `%=`, `**=`, `<<=`, `>>=`, `&=`, `^=`, `|=`):

Expand Down

0 comments on commit 5a886d9

Please sign in to comment.