id,summary,reporter,owner,description,type,status,priority,milestone,component,resolution,keywords,cc,planetversion,pltversion
180,contract for `open' does not match documentation,cobbe,jaymccarthy,"The docs for `open' state that the function's contract is 
  ((or/c path-string? (symbols ':memory: ':temp:)) . -> . db?)
but the contract specified by the implementation is instead
  ((or/c path? (symbols ':memory: ':temp:)) . -> . db?)

As a result, `open' does not accept string inputs, even though the docs claim it does.",defect,closed,major,,jaymccarthy/sqlite.plt,,,,(4 1),4.2.0.2
