On Mon, 3 Jan 2011 16:17:00 -0800 (PST)
Alex Willmer <a...@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.


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to