On Fri, Oct 29, 2010 at 12:21 PM, Barry Warsaw <barry@python.org> wrote:
On Oct 29, 2010, at 12:43 PM, Casey Duncan wrote:One thing that *might* be interesting to explore for Python 3.3 would be
>I like Python 3, I am using it for my latest projects, but I am also keeping
>Python 2 compatibility. This incurs some overhead, and basically means I am
>still really only using Python 2 features. So in some respects, my Python 3.x
>support is only tacit, it works as well as for Python 2, but it's not taking
>advantage of Python 3 really. I haven't run into a situation yet where I
>really want to or have to use Python 3 exclusive features, but then again I'm
>not really learning to use Python 3 either, short of the new C api.
something like `python3 --1` or some such switch that would help Python 2 code
run more easily in Python 3. This might be a hook to 2to3 or other internal
changes that help some of the trickier bits of writing cross-compatible code.