This is an archive of the discontinued LLVM Phabricator instance.

Convert old python3 cgi method into the new html one
ClosedPublic

Authored by sylvestre.ledru on Mar 13 2020, 4:35 AM.

Details

Summary

Patch by Gianfranco Costamagna

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptMar 13 2020, 4:35 AM
sylvestre.ledru edited the summary of this revision. (Show Details)Mar 13 2020, 4:36 AM
Help on function escape in cgi:

cgi.escape = escape(s, quote=None)
    Deprecated API.

I'm fine with the patch.

This revision is now accepted and ready to land.Mar 13 2020, 6:18 AM
This revision was automatically updated to reflect the committed changes.