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 eric.araujo
Recipients docs@python, eli.bendersky, eric.araujo, flomm, flox, python-dev
Date 2012-03-16.14:31:45
SpamBayes Score 3.545978e-07
Marked as misclassified No
Message-id <1331908306.56.0.580669043727.issue14202@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks to you both, the new docs are greatly better!

Eli, why not backporting to 2.7 too?  It has the same rules and should get the same attention as 3.2.

BTW, when you nest class/method directives, you needn’t repeat the class name in the method directives:

  .. class:: DOVEventStream(stream, etc)

     .. method:: getEvent(blah)

A few nits you may want to avoid in future patches:
- The constants in the methods doc don’t use data markup
- s/ie./i.e./
- I’d say “Unicode string”, not “unicode string” (referring to the concept/standard, not the old class)
History
Date User Action Args
2012-03-16 14:31:46eric.araujosetrecipients: + eric.araujo, eli.bendersky, flox, docs@python, python-dev, flomm
2012-03-16 14:31:46eric.araujosetmessageid: <1331908306.56.0.580669043727.issue14202@psf.upfronthosting.co.za>
2012-03-16 14:31:45eric.araujolinkissue14202 messages
2012-03-16 14:31:45eric.araujocreate