[issue24727] Expand readline module

2015-08-01 Thread Martin Panter
Martin Panter added the comment: Suggest you integrate your rl_forced_update_display() wrapper and documentation with the existing patches in Issue 23067. Regarding the reading_line() flag, your use case seems a bit racy to me. Can’t the other thread start reading a line after reading_line()

[issue24727] Expand readline module

2015-07-26 Thread Barney Stratford
Changes by Barney Stratford barney_stratf...@fastmail.fm: -- components: +Extension Modules -Library (Lib) ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24727 ___

[issue24727] Expand readline module

2015-07-26 Thread Barney Stratford
New submission from Barney Stratford: I have a use case where a daemon thread needs to write periodic updates to sys.stdout. I'd prefer it not to print in the middle of a command being typed. In order to achieve this, I have added to the readline module. There is now a function to determine

[issue24727] Expand readline module

2015-07-26 Thread Ned Deily
Changes by Ned Deily n...@acm.org: -- nosy: +twouters ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24727 ___ ___ Python-bugs-list mailing list