24 lines
1.0 KiB
Plaintext
24 lines
1.0 KiB
Plaintext
|
<?xml version="1.0" encoding="%(encoding)s"?>
|
||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=%(encoding)s">
|
||
|
<meta name="generator" content="Docutils: http://docutils.sourceforge.net/">
|
||
|
<title>PEP %(pep)s -- %(title)s</title>
|
||
|
<link rel="stylesheet" href="%(stylesheet)s" type="text/css" />
|
||
|
</head>
|
||
|
<body bgcolor="white" marginwidth="0" marginheight="0">
|
||
|
<table class="navigation" cellpadding="0" cellspacing="0"
|
||
|
width="100%%" border="0">
|
||
|
<tr><td class="navicon" width="150" height="35">
|
||
|
<a href="%(pyhome)s/" title="Python Home Page">
|
||
|
<img src="%(pyhome)s/pics/PyBanner%(banner)03d.gif" alt="[Python]"
|
||
|
border="0" width="150" height="35" /></a></td>
|
||
|
<td class="textlinks" align="left">
|
||
|
[<b><a href="%(pyhome)s/">Python Home</a></b>]
|
||
|
[<b><a href="%(pepindex)s">PEP Index</a></b>]
|
||
|
[<b><a href="%(pephome)s/pep-%(pepnum)s.txt">PEP Source</a></b>]
|
||
|
</td></tr></table>
|
||
|
%(body)s
|
||
|
%(body_suffix)s
|