~ubuntu-branches/ubuntu/lucid/python-webob/lucid

« back to all changes in this revision

Viewing changes to docs/do-it-yourself.txt

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Ożarowski
  • Date: 2010-01-13 22:07:40 UTC
  • mfrom: (7.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100113220740-51qlp569n69lqn88
Tags: 0.9.7.1-1
* New upstream release
* 01-autoclass-autodata patch removed, no longer needed
* Add add_docs_conf.patch (missing in upstream tarball)
* Bump Standards-Version to 3.8.3 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
    >>> print resp
74
74
    200 OK
75
75
    Content-Length: 12
76
 
    content-type: text/plain; charset=UTF-8
 
76
    Content-Type: text/plain; charset=UTF-8
77
77
    <BLANKLINE>
78
78
    Hello World!
79
79