[New-bugs-announce] [issue12723] tkSimpleDialog.askstring shouldn't allow empty string input

Matthew Hemke report at bugs.python.org
Wed Aug 10 17:23:11 CEST 2011


New submission from Matthew Hemke <mghemke at gmail.com>:

tkSimpleDialog.askstring allows empty input. The attached patch adds validation to the input to ensure it is not empty.

----------
components: Tkinter
files: askstring.patch
keywords: patch
messages: 141868
nosy: rabbidous
priority: normal
severity: normal
status: open
title: tkSimpleDialog.askstring shouldn't allow empty string input
type: feature request
Added file: http://bugs.python.org/file22875/askstring.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12723>
_______________________________________


More information about the New-bugs-announce mailing list