mirror of
https://github.com/python/cpython.git
synced 2025-09-14 04:37:29 +00:00
Get rid of most of the remaining uses of <>. There's still Tools/* thogh.
This commit is contained in:
parent
c4996ba794
commit
3bd844e695
16 changed files with 23 additions and 49 deletions
|
@ -163,7 +163,7 @@ class NFSClient(UDPClient):
|
|||
ra = (dir, 0, 2000)
|
||||
while 1:
|
||||
(status, rest) = self.Readdir(ra)
|
||||
if status <> NFS_OK:
|
||||
if status != NFS_OK:
|
||||
break
|
||||
entries, eof = rest
|
||||
last_cookie = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue