[Python-checkins] CVS: python/dist/src/Lib imaplib.py,1.28,1.29
Tim Peters
tim_one@users.sourceforge.net
2001年6月18日 16:56:39 -0700
Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv27903/python/dist/src/Lib
Modified Files:
imaplib.py
Log Message:
Somebody checked this in w/ an ambiguous tab/space mix (reported by
Mark Favas).
Index: imaplib.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/imaplib.py,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -r1.28 -r1.29
*** imaplib.py 2001年06月17日 13:31:25 1.28
--- imaplib.py 2001年06月18日 23:56:36 1.29
***************
*** 574,582 ****
def namespace(self):
! """ Returns IMAP namespaces ala rfc2342
! """
! name = 'NAMESPACE'
! typ, dat = self._simple_command(name)
! return self._untagged_response(typ, dat, name)
--- 574,582 ----
def namespace(self):
! """ Returns IMAP namespaces ala rfc2342
! """
! name = 'NAMESPACE'
! typ, dat = self._simple_command(name)
! return self._untagged_response(typ, dat, name)