I was just looking at the Python SDK 1.4.2 vs 1.4.3 diff.  There is a lot of 
added whitespace:

  $ diff -urN 1.4.2/ 1.4.3/ | diffstat -s
   477 files changed, 22289 insertions(+), 3753 deletions(-)
  $ diff -BurN 1.4.2/ 1.4.3/ | diffstat -s
   329 files changed, 15302 insertions(+), 3751 deletions(-)

148 files with only blank line additions and ~6987 added blank lines 
overall!  What's up with that?  My guess is all '#' comments are replaced 
with a blank line before a release?  It would be nice if those comments 
could be shipped but just removing the blank lines while de-commenting would 
help make the public SDK code easier to read.

Also, new Python Blobstore API docs have a typo in the mapreduce link.

-dave

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to