File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5353 python modules (and FieldStorage/MiniFieldStorage). Replaced imports
5454 from cgi to use roundup.anypy.cgi_ which will load the system cgi
5555 unless it is missing. Then it will load roundup.anypy.vendored.cgi
56- and make *FieldStroage symbols available. Roundp uses its own
56+ and make *FieldStorage symbols available. Roundup uses its own
5757 cgitb.py and not the system cgitb.py. It looks like it's the
5858 precursor to the system cgitb.py. (John Rouillard)
5959- issue2551278 - datetime.datetime.utcnow deprecation. Replace
Original file line number Diff line number Diff line change @@ -220,9 +220,9 @@ Fixed:
220220- rename loop variable in 'for sendto in sendto:' (John Rouillard)
221221- issue2551193 - Fix roundup for removal of cgi and cgitb standard
222222 python modules (and FieldStorage/MiniFieldStorage). Replaced imports
223- from cgi to use roundup.anypy.cgi_ which will load the system cgi
223+ from cgi to use roundup.anypy.cgi\_ which will load the system cgi
224224 unless it is missing. Then it will load roundup.anypy.vendored.cgi
225- and make *FieldStroage symbols available. Roundp uses its own
225+ and make \*FieldStorage symbols available. Roundup uses its own
226226 cgitb.py and not the system cgitb.py. It looks like it's the
227227 precursor to the system cgitb.py. (John Rouillard)
228228- issue2551278 - datetime.datetime.utcnow deprecation. Replace
You can’t perform that action at this time.
0 commit comments