Fix operators <<= and >>=

This commit is contained in:
nfnty
2017-02-24 22:55:41 +01:00
parent b56fc25c55
commit 39ba0d8a04
2 changed files with 7 additions and 3 deletions

View File

@@ -69,18 +69,22 @@ RuntimeWarning FutureWarning ImportWarning UnicodeWarning
# Operators
and or in is not
=
- + * ** @ / // %
& | ^ ~ << >>
< <= == != >= >
=
-= += *= **= @= /= //= %=
&= |= ^= ~= <<= >>=
# Erroneous operators
$ ?
===
-- ++ *** @@ /// %%
&& || ^^ ~~ <<< >>>
<== <<= !== !!= >== >>=
<== !== !!= >==
%- +- -+
# Numbers