svilen dobrev added the comment:
aha. ctrl-s also closes it.
seems kind-of ( ctrl-q - ctrl-s )
https://en.wikipedia.org/wiki/Software_flow_control
thanks, closing this.
--
resolution: -> not a bug
stage: -> resolved
status: open -&g
New submission from svilen dobrev :
$ python
Python 3.10.2 (main, Jan 15 2022, 19:56:27) [GCC 11.1.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> a= "Betrag gr\xc3\xb6\xc3\x9fer als Betrag der Original
svilen dobrev added the comment:
(the nonstrict regexp came with Issue1046092)
--
___
Python tracker
<http://bugs.python.org/issue12008>
___
___
Python-bug
Changes by svilen dobrev :
--
components: +Library (Lib)
type: -> behavior
versions: +Python 3.2
Added file: http://bugs.python.org/file21894/test-htmlparser-attrs.py
___
Python tracker
<http://bugs.python.org/issu
New submission from svilen dobrev :
nonstrict mode seems to eat too much into data and gets past endpos of the
chunk processed, and parser gets confused and treats any subsequent stuff as
data. i didn't think out how to fix the regexp as such, but instead limited its
span to :endpos
Changes by svilen dobrev :
Added file: http://bugs.python.org/file21892/test-htmlparser-attrs.py
___
Python tracker
<http://bugs.python.org/issue1046092>
___
___
Pytho
svilen dobrev added the comment:
this seems to eat too much into data and gets past endpos of the chunk
processed, and parser gets confused and treats any subsequent stuff as data. i
didn't think out how to fix the regexp as such, but instead limited its span to
:endpos so it doesnot ea