Personal tools
You are here: Home log python diff between 2.2 and 2.3
Document Actions

diff between 2.2 and 2.3

minor difference between python 2.2 and 2.3

packages missing in 2.2 -- sets, heapq

error in 2.2 but not in 2.3 -- 'elif opt in ("-n"):' causes 'TypeError: 'in <string>' requires character as left operand'. 'elif opt in ("-n",):' is ok.

missing functions in 2.2 -- sum(), enumerate()

integer -- int and long are separate in python2.2, but same in python2.3.

« November 2009 »
Su Mo Tu We Th Fr Sa
1234567
89101112 1314
1516171819 20 21
22232425262728
2930
 

Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards: