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 53
53
python modules (and FieldStorage/MiniFieldStorage). Replaced imports
54
54
from cgi to use roundup.anypy.cgi_ which will load the system cgi
55
55
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
57
57
cgitb.py and not the system cgitb.py. It looks like it's the
58
58
precursor to the system cgitb.py. (John Rouillard)
59
59
- issue2551278 - datetime.datetime.utcnow deprecation. Replace
Original file line number Diff line number Diff line change @@ -220,9 +220,9 @@ Fixed:
220
220
- rename loop variable in 'for sendto in sendto:' (John Rouillard)
221
221
- issue2551193 - Fix roundup for removal of cgi and cgitb standard
222
222
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
224
224
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
226
226
cgitb.py and not the system cgitb.py. It looks like it's the
227
227
precursor to the system cgitb.py. (John Rouillard)
228
228
- issue2551278 - datetime.datetime.utcnow deprecation. Replace
You can’t perform that action at this time.
0 commit comments