This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mkiever
Recipients
Date 2007-01-24.15:50:29
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Text.edit_modified() called _getints()
for boolean return values causing
an exception.
The patch below removes _getints call.
The other Text.edit_*() functions have
no return values so they still work
after applying the patch.

Greetings,
Matthias Kievernagel
History
Date User Action Args
2007-08-23 15:56:22adminlinkissue1643641 messages
2007-08-23 15:56:22admincreate