On Thu, May 22, 2008 at 06:25:50AM -0700, Daniel Burrows <[EMAIL PROTECTED]>
was heard to say:
> tty.write('apt-listchanges: ' + _('Do you want to continue? [Y/n]? '))
> tty.flush()
> response = tty.readline()
> return response == '\n' or
> re.search(locale.nl_langinfo(locale.YESEXPR),Sorry, my mistake; of course that doesn't do anything on EOF. Daniel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

