mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Use floor division operator.
This commit is contained in:
parent
4837a223ee
commit
ffdb8bb99c
7 changed files with 8 additions and 8 deletions
|
@ -385,7 +385,7 @@ class E:
|
|||
def __iter__(self):
|
||||
return self
|
||||
def next(self):
|
||||
3/0
|
||||
3 // 0
|
||||
|
||||
class S:
|
||||
'Test immediate stop'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue