[issue33224] "RuntimeError: generator raised StopIteration" in difflib.mdiff

2018-04-04 Thread Jeff Kaufman
New submission from Jeff Kaufman <jeff.t.kauf...@gmail.com>: With python built at HEAD (c51d8c9b) and at 3.7b3 (fcd4e03e08) the code: import difflib for fromdata, todata, flag in difflib._mdiff( ["2"], ["3"], 1): pass produces: Traceb

[issue2292] Missing *-unpacking generalizations

2013-04-05 Thread Jeff Kaufman
Jeff Kaufman added the comment: What would it take to get this moving again? -- nosy: +Jeff.Kaufman ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2292

[issue5412] extend configparser to support [] syntax

2009-03-03 Thread Jeff Kaufman
New submission from Jeff Kaufman jkauf...@bbn.com: This is a patch against the configparser in the cvs version of 3.1 to support [] notation: import configparser_patched config = configparser_patched.SafeConfigParser() config.add_section(spam) config[spam, eggs] = yummy config[spam, eggs