diff doc/announcement.txt @ 8072:3a2762144b65

docs: formating/syntax changes.
author John Rouillard <rouilj@ieee.org>
date Fri, 12 Jul 2024 20:53:47 -0400
parents a4cb4e75d4e9
children 3614cd64f4c4
line wrap: on
line diff
--- a/doc/announcement.txt	Fri Jul 12 20:32:20 2024 -0400
+++ b/doc/announcement.txt	Fri Jul 12 20:53:47 2024 -0400
@@ -220,9 +220,9 @@
 - rename loop variable in 'for sendto in sendto:' (John Rouillard)
 - issue2551193 - Fix roundup for removal of cgi and cgitb standard
   python modules (and FieldStorage/MiniFieldStorage). Replaced imports
-  from cgi to use roundup.anypy.cgi_ which will load the system cgi
+  from cgi to use roundup.anypy.cgi\_ which will load the system cgi
   unless it is missing. Then it will load roundup.anypy.vendored.cgi
-  and make *FieldStroage symbols available. Roundp uses its own
+  and make \*FieldStorage symbols available. Roundup uses its own
   cgitb.py and not the system cgitb.py. It looks like it's the
   precursor to the system cgitb.py. (John Rouillard)
 - issue2551278 - datetime.datetime.utcnow deprecation. Replace

Roundup Issue Tracker: http://roundup-tracker.org/