[Python-Dev] PEP 3000 and iterators
Delaney, Timothy (Tim)
tdelaney at avaya.com
Mon Sep 12 01:28:07 CEST 2005
More information about the Python-Dev mailing list
Mon Sep 12 01:28:07 CEST 2005
- Previous message: [Python-Dev] Python code.interact() and UTF-8 locale
- Next message: [Python-Dev] PEP 3000 and iterators
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
James Y Knight wrote: > Just to be clear, I do not want nor expect this. I wish to be able to > specifically modify code with full knowledge of what has changed in > Py3.0 such that it will work with both Py2.X and Py3.0. If you want these things to work in 2.x and 3.0, just use iter(dict_instance) and list(dict_instance) as appropriate. Tim Delaney
- Previous message: [Python-Dev] Python code.interact() and UTF-8 locale
- Next message: [Python-Dev] PEP 3000 and iterators
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list