Skip to content

Commit c30cce7

Browse files
committed
docs: formating/syntax changes.
1 parent cf86ae1 commit c30cce7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Fixed:
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

doc/announcement.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)