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 Rosuav, anuj, docs@python, ezio.melotti, terry.reedy
Date 2013-03-15.01:39:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363311559.39.0.0486775496138.issue17414@psf.upfronthosting.co.za>
In-reply-to
Content
As long as we are editing the module docstring, the last sentence should be deleted in 3.x patches, and the preceding sentence added to the preceding paragraph.

In 3.3+, the paragraph beginning "The difference in default timer function" is obsolete and should be removed.

Anuj, I believe patch is correct for 2.7, so I do not think more patch versions are needed now.

I see the __all__ change as both behavior fix and enhancement, so I don't know whether there should be one fix or four. I posted "Matching __all__ to doc: bugfix or enhancement?" on pydev to see what other think.

(Reminder to self: remove old code to handle absence of itertools from stdlib. This will break the current patch.)
History
Date User Action Args
2013-03-15 01:39:19terry.reedysetrecipients: + terry.reedy, ezio.melotti, docs@python, Rosuav, anuj
2013-03-15 01:39:19terry.reedysetmessageid: <1363311559.39.0.0486775496138.issue17414@psf.upfronthosting.co.za>
2013-03-15 01:39:19terry.reedylinkissue17414 messages
2013-03-15 01:39:18terry.reedycreate