]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
ReST-ification of the NEWS file. While the total number of changes are
authorSkip Montanaro <skip@pobox.com>
Fri, 20 Sep 2002 14:16:59 +0000 (14:16 +0000)
committerSkip Montanaro <skip@pobox.com>
Fri, 20 Sep 2002 14:16:59 +0000 (14:16 +0000)
commite5d7f7f3af086322e648e46184f7e9a34a65d31c
tree61647dd70054188a403d24ef5ca201b2f7c9597a
parentf0cfdf731470d1780c1a49d00a76e5ed1598466a
ReST-ification of the NEWS file.  While the total number of changes are
fairly large, most are caused by reformatting section and subsection
headings.  The changes fall into the following categories:

    * reformatted section and subsection headers.

    * escaped isolated asterisks which would be interpreted as starting bold
      or italic text (e.g. "void (*)(PyObject \*)").

    * quoted stuff that looks like internal references but isn't
      (e.g. ``PyCmp_``).

    * changed visually balanced quotes to just use apostrophes
      (e.g. "'string'" instead of "`string'").

    * introduced and indenting multiline chunks of code.

    * created one table (search for "New codecs").
Misc/NEWS