[Python-Dev] PySequence_Concat for dicts
Christian Heimes
lists at cheimes.de
Sat Jan 12 18:18:13 CET 2008
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
More information about the Python-Dev
mailing list