[Python-checkins] r51988 - python/branches/release25-maint/Doc/whatsnew/whatsnew25.tex

A.M. Kuchling amk at amk.ca
Sat Sep 23 20:47:33 CEST 2006


On Sat, Sep 23, 2006 at 08:10:13PM +0200, neal.norwitz wrote:
> -Because \keyword{yield} will often be returning \constant{None}, you
>  should always check for this case.  Don't just use its value in

> +\keyword{yield} will usually return \constant{None}, you
>  should always check for this case.  Don't just use its value in

I don't think this change makes sense: the original sentence was
'Because <something>, you should always <something>'.  Your change
takes out 'Because', which I think breaks the sentence (it's now a
run-on sentence).

--amk


More information about the Python-checkins mailing list