[Python-Dev] [RELEASED] Python 3.3.0

Glenn Linderman v+python at g.nevcal.com
Sat Sep 29 19:46:37 CEST 2012


On Sat, Sep 29, 2012 at 5:18 AM, Georg Brandl <georg at 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 
> <http://docs.python.org/py3k/whatsnew/3.3.html#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 <http://docs.python.org/py3k/whatsnew/3.3.html#porting-python-code> 
section of this document; it will only affect code that currently 
manipulates import or calls it programmatically.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20120929/0f65e943/attachment.html>


More information about the Python-Dev mailing list