inicio mail me! sindicaci;ón

Updates from Python SVN, Part 9

The urlopen function of urllib2 now has an optional timeout parameter (note that it actually works with HTTP, HTTPS, FTP and FTPS connections). The OpenerDirector.open() method does too.

sha, md5, mimify, MimeWriter, cfmfile and buildtools modules now raise a DeprecationWarning upon import.

The platform module now supports TurboLinux, Windows Vista and Windows 2008 Server.

The support for AtheOS has stopped and it will cause a build error in configure for the platform.

Related posts

  • Updates from Python SVN, Part 12
  • Updates from Python SVN, Part 6
  • Updates from Python SVN, Part 10
  • Updates from Python SVN, Part 11
  • Updates from Python SVN, Part 16
  • Gravatar

    Stan said,

    June 17, 2007 @ 12:51 pm

    I haven’t been following things very closely. Why are md5 and sha being deprecated? Those seem like useful modules.

    Gravatar

    Lawrence said,

    June 17, 2007 @ 1:21 pm

    They both have already been replaced by the hashlib module http://docs.python.org/lib/module-hashlib.html

    RSS feed for comments on this post · TrackBack URI

    Leave a Comment