[issue24125] Fix for #23865 breaks docutils

2015-05-06 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue24125] Fix for #23865 breaks docutils

2015-05-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset fe340c2a220e by Serhiy Storchaka in branch '2.7': Issue #24125: Saved error's line and column numbers when an error is occured https://hg.python.org/cpython/rev/fe340c2a220e New changeset 7f8cd879687b by Serhiy Storchaka in branch '3.4': Issue #2412

[issue24125] Fix for #23865 breaks docutils

2015-05-05 Thread Dmitry Shachnev
Dmitry Shachnev added the comment: The patch fixes the issue, thanks Serhiy! -- ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue24125] Fix for #23865 breaks docutils

2015-05-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Here is a patch that keeps error column and line after closing ExpatParser if error was occurred. -- keywords: +patch stage: -> patch review type: -> behavior versions: +Python 3.5 Added file: http://bugs.python.org/file39290/expatreader_keep_col_li

[issue24125] Fix for #23865 breaks docutils

2015-05-04 Thread Dmitry Shachnev
Changes by Dmitry Shachnev : -- nosy: +larry versions: +Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue24125] Fix for #23865 breaks docutils

2015-05-04 Thread Matthias Klose
Changes by Matthias Klose : -- nosy: +benjamin.peterson priority: normal -> release blocker ___ Python tracker ___ ___ Python-bugs-lis

[issue24125] Fix for #23865 breaks docutils

2015-05-04 Thread Dmitry Shachnev
New submission from Dmitry Shachnev: Fix for issue #23865 (i.e. https://hg.python.org/cpython/rev/f7ddec2e9e93 in 2.7 branch) introduced a change for xml.sax.expatreader.ExpatParser class that makes its close() method delete _parser object. This breaks docutils, which handles exceptions in par