[issue27359] OrderedDict pseudo-literals (WIP)

2016-06-20 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- assignee: rhettinger -> ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue13376] readline: pre_input_hook not getting called

2016-06-20 Thread Martin Panter
Martin Panter added the comment: Surely this should be fixed in Editline, not Python? -- nosy: +martin.panter ___ Python tracker ___ _

[issue10415] readline.insert_text documentation incomplete

2016-06-20 Thread Martin Panter
Martin Panter added the comment: In Issue 6953, I updated the documentation to indicate which underlying Readline functions etc are accessed. So perhaps that helps, so the reader knows what function to look up in the Readline documentation. Other than that, I’m not sure what else to do. It wou

[issue19613] test_nntplib: sporadic failures, test_article_head_body()

2016-06-20 Thread Martin Panter
Martin Panter added the comment: I presume the original report was due to testing when the server happened to return an article with an empty body. The failing test is # XXX this could exceptionally happen... self.assertNotIn(article.lines[-1], (b".", b".\n", b".\r\n")) The test code already a

[issue1690201] Added support for custom readline functions

2016-06-20 Thread Martin Panter
Martin Panter added the comment: See also Issue 1175004, proposing the same sort of custom function, but called “py_callback”. -- nosy: +martin.panter ___ Python tracker ___ _

<    1   2