Comment 3 for bug 498892

Revision history for this message
Mathieu Comandon (strycore) wrote :

And this is what you get when running doclifter with Python 2.5

/usr/bin/doclifter:388: Warning: 'as' will become a reserved keyword in Python 2.6
/usr/bin/doclifter:389: Warning: 'as' will become a reserved keyword in Python 2.6
/usr/bin/doclifter:6373: Warning: 'with' will become a reserved keyword in Python 2.6
/usr/bin/doclifter:6374: Warning: 'with' will become a reserved keyword in Python 2.6
/usr/bin/doclifter:129: DeprecationWarning: The sre module is deprecated, please import re.
  import sys, os, glob, re, sre, string, exceptions, copy, tempfile, time, pprint

This is what happens when nobody cares about warnings :D