This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hynek
Recipients amaury.forgeotdarc, andyharrington, docs@python, erob, flox, ggenellina, hynek, oopos, orsenthil, pebbe, quentel, r.david.murray, sandro.tosi, tcourbon, tobias, v+python, vstinner
Date 2012-04-30.08:05:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335773128.05.0.669370334615.issue11352@psf.upfronthosting.co.za>
In-reply-to
Content
That’s not a patch. :) Posting whole files makes them very hard to review because you can’t spot the changes.

The best thing would be to get a fresh clone of the repo: http://docs.python.org/devguide/setup.html#setup , copy your edited file to the appropriate place and run `hg diff`.

If it looks okay, redirect the output into a file (something like `hg diff >cgi-doc-update.patch`) and attach it to this issue.
History
Date User Action Args
2012-04-30 08:05:28hyneksetrecipients: + hynek, amaury.forgeotdarc, ggenellina, orsenthil, vstinner, andyharrington, v+python, r.david.murray, oopos, tcourbon, tobias, flox, sandro.tosi, pebbe, docs@python, quentel, erob
2012-04-30 08:05:28hyneksetmessageid: <1335773128.05.0.669370334615.issue11352@psf.upfronthosting.co.za>
2012-04-30 08:05:27hyneklinkissue11352 messages
2012-04-30 08:05:27hynekcreate