[Python-Dev] uuid backward compatibility
George Yoshida
dynkin at gmail.com
Sun Jun 18 05:16:13 CEST 2006
More information about the Python-Dev mailing list
Sun Jun 18 05:16:13 CEST 2006
- Previous message: [Python-Dev] Python 2.4 extensions require VC 7.1?
- Next message: [Python-Dev] uuid backward compatibility
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] Python 2.4 extensions require VC 7.1?
- Next message: [Python-Dev] uuid backward compatibility
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list