[Python-Dev] PySequence_Concat for dicts (original) (raw)
Christian Heimes lists at cheimes.de
Sat Jan 12 18🔞13 CET 2008
- Previous message: [Python-Dev] PySequence_Concat for dicts
- Next message: [Python-Dev] PySequence_Concat for dicts
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Jared Flatow wrote:
p.s. If I were to get approval to implement some version of this, which version of Python would be appropriate to work with?
The minimum version is 2.6. 2.5 is in maintenance mode. Changes made to 2.6 are merged into 3.0 so you don't have to create two patches. It'd stick to 2.6 because it's easy to port a 2.6 patch to 3.0, if the new feature won't make it into 2.6.
Christian
- Previous message: [Python-Dev] PySequence_Concat for dicts
- Next message: [Python-Dev] PySequence_Concat for dicts
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]