Commit 6f5bf8d5 authored by Fred Drake's avatar Fred Drake

Minor tidy.

parent 28700c46
...@@ -307,7 +307,7 @@ tut.pdf: tut/tut.tex ...@@ -307,7 +307,7 @@ tut.pdf: tut/tut.tex
# The remaining part of the Makefile is concerned with various # The remaining part of the Makefile is concerned with various
# conversions, as described above. See also the README file. # conversions, as described above. See also the README file.
.PHONY: html info .PHONY: html l2h info
info: info:
(cd $(INFODIR); $(MAKE)) (cd $(INFODIR); $(MAKE))
......
...@@ -7,8 +7,8 @@ PYTHON DOCUMENTATION TO-DO LIST -*- indented-text -*- ...@@ -7,8 +7,8 @@ PYTHON DOCUMENTATION TO-DO LIST -*- indented-text -*-
* Update the pickle documentation to describe all of the current behavior; * Update the pickle documentation to describe all of the current behavior;
only a subset is described. __reduce__, etc. only a subset is described. __reduce__, etc.
* Review libppath.tex for completeness, & system-specific behaviors. (Why * Review libposixpath.tex for completeness, & system-specific behaviors.
did this one get mentioned, specifically?) (Why did this one get mentioned, specifically?)
* In the indexes, some subitem entries are separated from the item entries * In the indexes, some subitem entries are separated from the item entries
by column- or page-breaks. Reported by Lorenzo M. Catucci by column- or page-breaks. Reported by Lorenzo M. Catucci
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment