[issue15114] Deprecate strict mode of HTMLParser

2014-08-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5b95f3fdcc0b by Ezio Melotti in branch 'default': #15114, #21047: update whatsnew in Python 3.5. http://hg.python.org/cpython/rev/5b95f3fdcc0b -- ___ Python tracker __

[issue15114] Deprecate strict mode of HTMLParser

2014-08-02 Thread Ezio Melotti
Ezio Melotti added the comment: 3.5 is done. Closing. -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker ___ __

[issue15114] Deprecate strict mode of HTMLParser

2014-08-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0e2e47c1f205 by Ezio Melotti in branch 'default': #15114: the strict mode and argument of HTMLParser, HTMLParser.error, and the HTMLParserError exception have been removed. http://hg.python.org/cpython/rev/0e2e47c1f205 -- _

[issue15114] Deprecate strict mode of HTMLParser

2014-07-05 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag versions: +Python 3.5 -Python 3.4 ___ Python tracker ___ ___ Python-bugs-list maili

[issue15114] Deprecate strict mode of HTMLParser

2013-11-07 Thread Ezio Melotti
Ezio Melotti added the comment: 3.4 is done. 3.5 strict arg removed and strict code removed HTMLParseError removed HTMLParser.error and calls to HTMLParser.error removed -- Added file: http://bugs.python.org/file32535/issue15114-3.diff ___ Python tra

[issue15114] Deprecate strict mode of HTMLParser

2013-11-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0a56709eb798 by Ezio Melotti in branch 'default': #15114: The html.parser module now raises a DeprecationWarning when the strict argument of HTMLParser or the HTMLParser.error method are used. http://hg.python.org/cpython/rev/0a56709eb798 -

[issue15114] Deprecate strict mode of HTMLParser

2012-11-01 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: -serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:

[issue15114] Deprecate strict mode of HTMLParser

2012-10-11 Thread Ezio Melotti
Changes by Ezio Melotti : -- keywords: +patch Added file: http://bugs.python.org/file27528/issue15114-2.diff ___ Python tracker ___ __

[issue15114] Deprecate strict mode of HTMLParser

2012-06-23 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue15114] Deprecate strict mode of HTMLParser

2012-06-23 Thread Ezio Melotti
Ezio Melotti added the comment: 3.3 is done. 3.4 strict arg deprecated (raises a warning) HTMLParser.error deprecated (raises a warning) 3.5 strict arg removed and strict code removed HTMLParseError removed HTMLParser.error and calls to HTMLParser.error removed -- keywords: -patch pr

[issue15114] Deprecate strict mode of HTMLParser

2012-06-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8dd2f5754b2f by Ezio Melotti in branch 'default': #15114: the strict mode of HTMLParser and the HTMLParseError exception are deprecated now that the parser is able to parse invalid markup. http://hg.python.org/cpython/rev/8dd2f5754b2f -- n

[issue15114] Deprecate strict mode of HTMLParser

2012-06-23 Thread Ezio Melotti
Ezio Melotti added the comment: Regarding .error() I think the best thing to do is wait till 3.4 and then deprecate it. -- ___ Python tracker ___ __

[issue15114] Deprecate strict mode of HTMLParser

2012-06-23 Thread Georg Brandl
Georg Brandl added the comment: Why not deprecate .error()? Removing it immediately as undocumented is certainly not better. Otherwise sounds good, please commit. -- ___ Python tracker __

[issue15114] Deprecate strict mode of HTMLParser

2012-06-22 Thread Ezio Melotti
Changes by Ezio Melotti : -- stage: needs patch -> commit review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15114] Deprecate strict mode of HTMLParser

2012-06-21 Thread Ezio Melotti
Ezio Melotti added the comment: The attached patch include these changes: * strict=False default * strict arg deprecated in the doc * strict=True deprecated (raises a warning) * HTMLParseError deprecated in the doc * some calls to HTMLParser.error converted to asserts [0] Regarding * HTMLParser

[issue15114] Deprecate strict mode of HTMLParser

2012-06-20 Thread R. David Murray
R. David Murray added the comment: Your plan sounds fine to me. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue15114] Deprecate strict mode of HTMLParser

2012-06-20 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue15114] Deprecate strict mode of HTMLParser

2012-06-20 Thread Ezio Melotti
New submission from Ezio Melotti : The deprecation plan for the strict mode of HTMLParser might be as follow: 3.3 (before the beta) strict=False default strict arg deprecated in the doc strict=True deprecated (raises a warning) HTMLParseError deprecated HTMLParser.error deprecated (raises a warn