the libarynth
the libarynth
  • Tools
    • User Tools
    • Log In
    • Site Tools
    • Recent Changes
    • Sitemap
    • Page Tools
    • Edit this page
    • Old revisions
    • Backlinks
    • Back to top
  • Log In

  • Edit this page
  • Old revisions
  • Backlinks
  • Back to top

bugs

  • http://bugs.python.org/issue1092502
  • http://bugs.python.org/issue1389051

in imaplib.py change

data = self.sslobj.read(size-read)

to

data = self.sslobj.read(min(size-read, 16384))
  • python.txt
  • Last modified: 2008-03-19 16:00
  • by 81.188.78.24

cc by sa

Except where otherwise noted, content on this wiki is licensed under the following license:
CC Attribution-Share Alike 4.0 International