id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc
66,ScannerError in fetch_more_tokens,Takanao Endoh <djmchl@…>,xi,"{{{
>>> import yaml
>>> yaml.load("" 'spam: %' "")
'spam: %'
>>> yaml.load("" spam: % "")
------------------------------------------------------------
Traceback (most recent call last):
  ...
  File ""/Volumes/data/pylib/src/yaml/scanner.py"", line 257, in fetch_more_tokens
    % ch.encode('utf-8'), self.get_mark())
ScannerError: while scanning for the next token
found character '%' that cannot start any token
  in ""<string>"", line 1, column 8:
     spam: % 
           ^
}}}",defect,closed,normal,pyyaml,normal,worksforme,,
