Print

Print


chrisburr commented on this pull request.



> @@ -42,7 +43,7 @@ def __exit__(self, type, value, traceback):
   def __iter__(self):
     return self
 
-  def next(self):
+  def __next__(self):

In order to maintain compatibility with python 2 you need to add `next = __next__` to the class.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/xrootd/xrootd/pull/501#pullrequestreview-32164350

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1