Back in May del.icio.us announced some changes to their api, in a post curiously titled Security blanket.
It took all of two minutes to update my linkblogging script (a different url, and https rather than http), source code for which can be found in the usual location: pydelicious.py
One gotcha for Pythonistas is that the default win32 build of older versions of Python doesn’t have any ssl support, I’ve tried Robin Dunn’s drop-in replacement for _socket.pyd and it seems to work fine.