homepage

This issue tracker has been migrated to GitHub , and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Raven
Recipients Raven
Date 2010年06月23日.09:51:10
SpamBayes Score 0.0035684577
Marked as misclassified No
Message-id <1277286673.12.0.243169003813.issue9059@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3 is not backwards compatible with Python 2.
Example:
Python 2: print 'foo'
Python 3: print(bar)
Problem:
Code written for Python during version 2 cannot be used/compiled in version 3
Solution:
Just like any decent self-respecting programming language, add backwards compatibility.
History
Date User Action Args
2010年06月23日 09:51:13Ravensetrecipients: + Raven
2010年06月23日 09:51:13Ravensetmessageid: <1277286673.12.0.243169003813.issue9059@psf.upfronthosting.co.za>
2010年06月23日 09:51:10Ravenlinkissue9059 messages
2010年06月23日 09:51:10Ravencreate

AltStyle によって変換されたページ (->オリジナル) /