[Python-Dev] [RELEASED] Python 3.3.0

R. David Murray rdmurray at bitdance.com
Sat Sep 29 20:37:21 CEST 2012


On Sat, 29 Sep 2012 10:46:37 -0700, Glenn Linderman <v+python at g.nevcal.com> wrote:
> 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.

I fixed this, though with a different wording change.

--David


More information about the Python-Dev mailing list