2002-11-12 20:37:02 -05:00
|
|
|
<?xml version="1.0" encoding="%(encoding)s" ?>
|
2002-11-12 00:36:09 -05:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
2002-11-12 20:37:02 -05:00
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
2002-11-07 22:43:48 -05:00
|
|
|
<!--
|
|
|
|
This HTML is auto-generated. DO NOT EDIT THIS FILE! If you are writing a new
|
|
|
|
PEP, see http://www.python.org/peps/pep-0001.html for instructions and links
|
|
|
|
to templates. DO NOT USE THIS HTML FILE AS YOUR TEMPLATE!
|
|
|
|
-->
|
2002-08-26 12:50:00 -04:00
|
|
|
<head>
|
2002-11-08 17:12:30 -05:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=%(encoding)s" />
|
|
|
|
<meta name="generator" content="Docutils %(version)s: http://docutils.sourceforge.net/" />
|
2002-08-26 12:50:00 -04:00
|
|
|
<title>PEP %(pep)s -- %(title)s</title>
|
2002-09-11 22:30:51 -04:00
|
|
|
%(stylesheet)s</head>
|
2002-11-11 19:55:10 -05:00
|
|
|
<body bgcolor="white">
|
2002-08-26 12:50:00 -04:00
|
|
|
<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
|