Re: [web2py] A correction needed in the web2py book

2014-01-24 Thread Tim Richardson
The book has instructions on how to make pull requests that will commit easily; it's in the chapter "helping web2py." The instructions relate to making changes to web2py but you should be able to apply the guidance to the book as well. -- Resources: - http://web2py.com - http://web2py.com/bo

Re: [web2py] A correction needed in the web2py book

2014-01-23 Thread Richard Vézina
Make a pull request!! :) Richard On Thu, Jan 23, 2014 at 4:28 PM, Wei Wang wrote: > Thanks. I didn't know the book is in Github. > > I forked it and edited the file, which is here: g...@github.com: > ww9rivers/web2py-book.git > > -- > Resources: > - http://web2py.com > - http://web2py.com/boo

Re: [web2py] A correction needed in the web2py book

2014-01-23 Thread Wei Wang
Thanks. I didn't know the book is in Github. I forked it and edited the file, which is here: g...@github.com:ww9rivers/web2py-book.git -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/is

Re: [web2py] A correction needed in the web2py book

2014-01-23 Thread Richard Vézina
If you are familiar with Github, you can commit the change here : https://github.com/mdipierro/web2py-book :) Richard On Thu, Jan 23, 2014 at 1:48 PM, Wei Wang wrote: > Hi, > > There is an error in this section of the Reference Manual book: > > http://web2py.com/books/default/chapter/29/04/t

[web2py] A correction needed in the web2py book

2014-01-23 Thread Wei Wang
Hi, There is an error in this section of the Reference Manual book: http://web2py.com/books/default/chapter/29/04/the-core#response Specifically, this: response.stream(file, chunk_size, request=request, attachment=False, filename=None, headers=None) does not match the function signature in th