Errata

Programming Google App Engine with Python

Errata for Programming Google App Engine with Python

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
PDF Page 1
2nd para

it is using. x Unlike traditional -> it is using. Unlike traditional

Ron Barak  Oct 16, 2016 
Printed Page 183
Code example in class ResultsPageHandler

The line:

query = Message.query().order(-Player.create_date)

should be:

query = Message.query().order(-Message.create_date)

Simon Otter  Sep 02, 2016