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 ncoghlan
Recipients ncoghlan, rhettinger
Date 2011-01-30.13:29:44
SpamBayes Score 1.276268e-11
Marked as misclassified No
Message-id <1296394185.46.0.874389567772.issue11071@psf.upfronthosting.co.za>
In-reply-to
Content
Reviewing the What's New docs, this seemed like the easiest way to give Raymond a list of things I noticed:

- first sentence in the "ast" module section needs rewording (currently includes fragments from a couple of different phrasings)

- in the "dis" module section, dis.dis has also acquired the ability to disassemble source string directly, avoiding the need to compile them manually first (see issue 6507).

- in the "dbm" module section, there is another case of a sentence containing fragments from two different phrasings

- the new "handler of last resort" functionality in the logging module deserves a mention (see issue 10626 and the explanation at http://docs.python.org/dev/howto/logging.html#what-happens-if-no-configuration-is-provided)

- Vinay's rewrite of the logging module docs to be significantly more approachable (by splitting them into the raw logging API docs and the "read-as-much-as-you-need-to" logging HOWTO) is also a notable and welcome change.
History
Date User Action Args
2011-01-30 13:29:45ncoghlansetrecipients: + ncoghlan, rhettinger
2011-01-30 13:29:45ncoghlansetmessageid: <1296394185.46.0.874389567772.issue11071@psf.upfronthosting.co.za>
2011-01-30 13:29:44ncoghlanlinkissue11071 messages
2011-01-30 13:29:44ncoghlancreate