Differences

This shows you the differences between two versions of the page.

Link to this comparison view

python [2008-03-19 15:55] – created 81.188.78.24python [2008-03-19 16:00] (current) 81.188.78.24
Line 4: Line 4:
   * http://bugs.python.org/issue1389051   * http://bugs.python.org/issue1389051
  
-change     +in imaplib.py change     
   data = self.sslobj.read(size-read)   data = self.sslobj.read(size-read)
 to to
   data = self.sslobj.read(min(size-read, 16384))   data = self.sslobj.read(min(size-read, 16384))
  
  • python.1205942156.txt.gz
  • Last modified: 2008-03-19 15:55
  • by 81.188.78.24