K 10
svn:author
V 6
iulius
K 8
svn:date
V 27
2008-12-23T12:00:46.030741Z
K 7
svn:log
V 595
In Python samples:
* Remove tabulations for indentations (not allowed by
  Python 3.0 when spaces are used for that purpose).
* Add a comment for "except Exception *as* errmsg"
  (new syntax).
* Add a comment for memoryview() instead of buffer()
  which is absent from Python 3.0.
* Remove occurrences of types.InstanceType (absent
  from Python 3.0).
* Use parenthesis for print().
* Add a hook to use sys.intern() instead of intern()
  for Python 3.0.

All the samples are for directly use with Python 2.x.
Commented lines are present wherever the syntax has
changed with Python 3.x.

see #78

END
