ANNOUNCE: Optik 1.5

2004-12-07 Thread Greg Ward
a FutureWarning in __repr__() when using id() with "%x" (1.5a2). * SF #1048725: fix typo in Values.__eq__() introduced in 1.5a1. * Fix test script so it plays nice when being run with other test scripts (as in the Python test suite) (1.5a2). -- Greg Ward <[EMAIL

ANNOUNCE: Optik 1.5.1

2006-04-19 Thread Greg Ward
ector. * SF feature #988126: add 'epilog' attribute to OptionParser (and constructor arg): paragraph of text to print after the main option help. * Corrected French translation (po/optik/fr.po) (Laurent Laporte). * Beefed up reference guide. * Backported to Python 2.0/2.1

ANNOUNCE: Optik 1.5.3

2006-07-24 Thread Greg Ward
47026 from Python svn repository: fix unit test so it doesn't screw up other tests in the Python test suite. 1.5.2 (22 Jul 2006) --- * Minor documentation tweaks. * SF bug #1498146: handle Unicode help strings (affects option help, description, and epilog).