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 terry.reedy
Recipients docs@python, michael.foord, pelson, rhettinger, terry.reedy, vinay.sajip
Date 2013-03-09.04:43:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362804236.21.0.915735336038.issue17351@psf.upfronthosting.co.za>
In-reply-to
Content
The respective howto and examples authors should give their OK for deleting '(object)' in case they are trying to keep one text compatible across 2 and 3. I added the other two to the nosy list.

Doc/howto/descriptor.rst -- Raymond H.
Doc/howto/sorting.rst -- Raymond H.
Doc/howto/logging-cookbook.rst -- Vinay S.
Doc/library/unittest.mock-examples.rst -- Michael F.

Since raise AttributeError(message) works in 2.x, I think that should definitely be changed in descriptor.rst.

I also think the regular docs can be changed without further ado.
Doc/library/contextlib.rst
Doc/library/functions.rst

Phil, your name does not have a Contributor Agreement *. If it should, say so and lets figure out why not. Otherwise, please fill out one at
http://www.python.org/psf/contrib/
Choose paper mail, paper scan and email, or javascript e-form.
History
Date User Action Args
2013-03-09 04:43:56terry.reedysetrecipients: + terry.reedy, rhettinger, vinay.sajip, michael.foord, docs@python, pelson
2013-03-09 04:43:56terry.reedysetmessageid: <1362804236.21.0.915735336038.issue17351@psf.upfronthosting.co.za>
2013-03-09 04:43:56terry.reedylinkissue17351 messages
2013-03-09 04:43:55terry.reedycreate