[Python-Dev] More deprecations (original) (raw)

Tim Peters tim.one@comcast.net
Fri, 26 Apr 2002 01:43:01 -0400


[Neal Norwitz]

.. What are the modules that should keep backwards compatability with 1.5.2? It seems these are currently:

inspect pydoc

The current versions of both those require 2.2. I didn't go out of my way to break 1.5.2 compatability when changing them for 2.2, but neither did I go out of my way to bury uses of new-in-2.2 staticmethod etc under obfuscating conditionals.

sre*

Yes, I believe Fredrik wants compatability there.

xmlrpclib

Dunno.