Andrii V. Mishkovskyi <[EMAIL PROTECTED]> added the comment:

And how this method should look?
Something like this, I suppose:
def getheader(self):
    if self.fieldnames is None:
        try:
            self.fieldnames = self.reader.next()
        except StopIteration:
            pass
     return self.fieldnames

Well, adding new API after beta2 is a "no-no" as I understand, so this
getheader() method can be added only in 2.7/3.1 releases. Should I post
updated patches or just live with it?

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3436>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to