Skip to content

Monthly Archives: November 2007

Updates from Python SVN, Part 18

IT’s been definitely a while since my last update but having a new job changes a lot my schedule.

In the httplib module there was a bug in reading data from the stream. HTTPConnection hanged when reading too much data at once. This has been fixed closing the connection after reading the whole stream. In the decimal [...]