Python 2.5 ships with uuid.py and now I want to ask you about its backward compatibility.
uuid.py says in its docstring: This module works with Python 2.3 or higher. And my question is: Do we plan to make it 2.3 compatible in future releases? If so, uuid needs to be listed in PEP 291. Otherwise, the comment is misleading. Current uuid.py uses ctypes but it checks ctypes availability and I counldn't find no other newly added features, so backward compatibility is still retained. I just want to make sure. Thanks in advance. -- george _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com