Python comparison matrix

Antoine Pitrou solipsis at pitrou.net
Mon Jan 3 19:52:03 EST 2011


On Mon, 3 Jan 2011 16:17:00 -0800 (PST)
Alex Willmer <alex at moreati.org.uk> wrote:
> I've created a spreadsheet that compares the built ins, features and modules of the CPython releases so far. For instance it shows: 

A couple of errors:
- BufferError is also in 3.x
- IndentationError is also in 3.x
- object is also in 3.x
- NotImplemented is not an exception type, it's a built-in singleton
  like None
- you forgot VMSError (only on VMS) :-)

Regards

Antoine.





More information about the Python-list mailing list