~ubuntu-branches/ubuntu/jaunty/python-docutils/jaunty

« back to all changes in this revision

Viewing changes to docs/peps/pep-0257.txt

  • Committer: Bazaar Package Importer
  • Author(s): Simon McVittie
  • Date: 2008-07-24 10:39:53 UTC
  • mfrom: (1.1.4 upstream) (3.1.7 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080724103953-8gh4uezg17g9ysgy
Tags: 0.5-2
* Upload docutils 0.5 to unstable
* Update rst.el to upstream Subversion r5596, which apparently fixes
  all its performance problems (17_speed_up_rst_el.dpatch, closes: #474941)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
PEP: 257
2
2
Title: Docstring Conventions
3
 
Version: $Revision: 984 $
4
 
Last-Modified: $Date: 2002-11-30 02:59:35 +0100 (Sat, 30 Nov 2002) $
5
 
Author: David Goodger <goodger@users.sourceforge.net>,
6
 
        Guido van Rossum <guido@python.org>
 
3
Version: $Revision: 4564 $
 
4
Last-Modified: $Date: 2006-05-21 22:44:42 +0200 (Son, 21 Mai 2006) $
 
5
Authors: David Goodger <goodger@python.org>,
 
6
         Guido van Rossum <guido@python.org>
7
7
Discussions-To: doc-sig@python.org
8
8
Status: Active
9
9
Type: Informational