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

« back to all changes in this revision

Viewing changes to test/test_language.py

  • 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
#!/usr/bin/env python
2
2
 
3
 
# Authors:   Engelbert Gruber; David Goodger
4
 
# Contact:   grubert@users.sourceforge.net
5
 
# Revision:  $Revision: 4132 $
6
 
# Date:      $Date: 2005-12-03 03:13:12 +0100 (Sat, 03 Dec 2005) $
 
3
# $Id: test_language.py 5033 2007-03-21 19:51:22Z wiemann $
 
4
# Authors: Engelbert Gruber <grubert@users.sourceforge.net>;
 
5
#          David Goodger <goodger@python.org>
7
6
# Copyright: This module has been placed in the public domain.
8
7
 
9
8
"""