Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Commit

Permalink
Adding a link to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Oct 12, 2017
1 parent 6b64479 commit 6ff2f43
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ Getting this to work on prod and dev took a number of workarounds:
[`env-requirements.txt`][7]).
- Had to [patch][12] the constructor for
`google.appengine.tools.devappserver2.python.runtime.stubs.FakeFile`,
it does not match the builtin `file`. As of `gcloud 175.0.0`:
it does not match the [builtin `file`][13] (uses `bufsize` instead
of `buffering` as keyword). As of `gcloud 175.0.0`:

```
$ cd ~/google-cloud-sdk/platform/google_appengine/google/appengine/
Expand Down Expand Up @@ -107,3 +108,4 @@ There are still some frustrating issues:
[10]: https://www.python.org/dev/peps/pep-0394/
[11]: https://github.com/dhermes/google-cloud-python-on-gae/issues/1
[12]: https://github.com/dhermes/google-cloud-python-on-gae/blob/a7b450a3428087e96db45885eaff08f7f2963f60/language-app/appengine_config.py#L128-L145
[13]: https://docs.python.org/2/library/functions.html#file

0 comments on commit 6ff2f43

Please sign in to comment.