mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Merged changes from the 1.5.2p2 release.
This commit is contained in:
parent
20082d92f2
commit
e15956b465
14 changed files with 371 additions and 201 deletions
|
@ -53,7 +53,9 @@ mac: mac/mac.html
|
|||
ref: ref/ref.html
|
||||
tut: tut/tut.html
|
||||
|
||||
$(INDEXFILES): $(COMMONPERL) $(TOPDIR)/html/about.dat
|
||||
$(INDEXFILES): $(COMMONPERL) \
|
||||
$(TOPDIR)/html/about.dat \
|
||||
$(TOPDIR)/tools/node2label.pl
|
||||
|
||||
# The index.html target is at the end since it screws up font-lock.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Python 1.5.2 Documentation</title>
|
||||
<title>Python @RELEASE@ Documentation - @DATE@</title>
|
||||
<link rel=STYLESHEET href="lib/lib.css" type="text/css">
|
||||
<style type="text/css">
|
||||
a.title { font-weight: bold; font-size: 110%; }
|
||||
|
@ -38,7 +38,7 @@
|
|||
</p>
|
||||
</div>
|
||||
|
||||
<table>
|
||||
<table align="center">
|
||||
<tbody>
|
||||
<tr><td>
|
||||
<ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue