Changeset 391 for python/trunk/Lib/markupbase.py
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Lib/markupbase.py
r2 r391 109 109 self.handle_decl(data) 110 110 else: 111 # According to the HTML5 specs sections "8.2.4.44 Bogus 112 # comment state" and "8.2.4.45 Markup declaration open 113 # state", a comment token should be emitted. 114 # Calling unknown_decl provides more flexibility though. 111 115 self.unknown_decl(data) 112 116 return j + 1
Note:
See TracChangeset
for help on using the changeset viewer.