From: Florent R. <f.r...@fr...> - 2016-05-12 21:56:20
|
Hello, I am pleased to announce the release of pythondialog 3.4.0. You can read a summary of the changes in this version at: http://pythondialog.sourceforge.net/news.html#3.4 For your convenience, here is a text dump of this summary: Main changes in version 3.4.0 * The Python 2 backport has been updated to this version. * Add method Dialog.editbox_str(). This is a convenience wrapper around Dialog.editbox() that automatically creates and deletes a temporary file containing the initial box contents, which is passed as a string (Dialog.editbox() needs it in a file). * Add the week_start common option, mapped to dialog's --week-start option (it is useful with the calendar widget). The value may be an integer or a string (cf. dialog's manual page for more details). -- Florent |