On Sat, Sep 29, 2012 at 5:18 AM, Georg Brandl <georg@python.org> wrote:
In total, almost 500 API items are new or improved in Python 3.3.
For a more extensive list of changes in 3.3.0, see

     http://docs.python.org/3.3/whatsnew/3.3.html
Reading this to see if I missed anything while downloading the new release:

I found:
For the common user, this change should result in no visible change in semantics. Any possible changes required in one’s code to handle this change should read the Porting Python code section of this document to see what needs to be changed, but it will only affect those that currently manipulate import or try calling it programmatically.

Sentence two in this paragraph has bizarre structure, probably due to being changed from one perspective to another.  Suggestion (which turns out to be briefer):

For the common user, this change should result in no visible change in semantics. Any code changes required are described in the Porting Python code section of this document; it will only affect code that currently manipulates import or calls it programmatically.