IronLanguages / ironpython3

Implementation of Python 3.x for .NET Framework that is built on top of the Dynamic Language Runtime.
Apache License 2.0
2.47k stars 286 forks source link

What's New in Python 3.0 #33

Open jdhardy opened 10 years ago

jdhardy commented 10 years ago

Go over http://docs.python.org/3.0/whatsnew/3.0.html for anything that doesn't have a PEP and create an issue for it.

jdhardy commented 10 years ago

Candidates: comparison changes, removal of old-style classes, merging int/long, str/unicode changes, etc.

There are a lot of things that don't have PEPs.

slide commented 7 years ago

Views And Iterators Instead Of Lists

Ordering Comparisons

Integers

Text Vs. Data Instead Of Unicode Vs. 8-bit

New Syntax

Changed Syntax

Removed Syntax

Library Changes

PEP 3101: A New Approach To String Formatting

Changes To Exceptions

Operators And Special Methods

Builtins

slozier commented 7 years ago

Added a markdown to keep track of progress: https://github.com/IronLanguages/ironpython3/blob/master/WhatsNewInPython30.md