The real problem with Python 3 - no business case for conversion

Paul Rubin no.email at nospam.invalid
Wed Jul 7 22:27:45 EDT 2010


Ben Finney <ben+python at benfinney.id.au> writes:
> The point, one more time with feeling, is that the incompatibilities
> between 2.x and 3.x will *increase* over time.

The issue is less the "incompatibilities" than the -backwards-
incompatibilities.  Yes, Python 3 may introduce forward
incompatibilities by adding features absent from Python 2.  But it will
be possible to maintain a common codebase simply by not using those
features.  On the other hand, the door appears closed for Python 3
adding more stuff that breaks Python 2 code.




More information about the Python-list mailing list