-
```
What steps will reproduce the problem?
1. use i18n with latest source tip: 521:3f580c02e6c7
2. start the server and visit the page
3. Exception occurred:
Internal Server Error
The server has eit…
-
```
What steps will reproduce the problem?
1. use i18n with latest source tip: 521:3f580c02e6c7
2. start the server and visit the page
3. Exception occurred:
Internal Server Error
The server has eit…
-
```
What steps will reproduce the problem?
1. use i18n with latest source tip: 521:3f580c02e6c7
2. start the server and visit the page
3. Exception occurred:
Internal Server Error
The server has eit…
-
```
The URL path is encoded to unicode but not the query arguments.
What steps will reproduce the problem?
Python 2.5.5 (r255:77872, Mar 27 2011, 12:30:39)
In [1]: import webapp2
In [2]: print web…
-
```
The URL path is encoded to unicode but not the query arguments.
What steps will reproduce the problem?
Python 2.5.5 (r255:77872, Mar 27 2011, 12:30:39)
In [1]: import webapp2
In [2]: print web…
-
```
The URL path is encoded to unicode but not the query arguments.
What steps will reproduce the problem?
Python 2.5.5 (r255:77872, Mar 27 2011, 12:30:39)
In [1]: import webapp2
In [2]: print web…
-
```
This is a slightly modified version of the example class in SessionStore.
The modification allows the example code to be configured with a
'default_backend' setting in the config, so that normal …
-
```
The documentation is incorrect for:
webapp2_extras.security.generate_password_hash
http://code.google.com/p/webapp-improved/source/browse/webapp2_extras/security.p
y#98
The docstring states:
Ret…
-
```
A) Problem statement:
Setting the session backend to datastore will not work properly because every
call to auth.get_user_by_session() causes a put() to the datastore of the
session entity even…
-
```
ERROR 2012-03-11 09:36:48,379 cgi.py:121] Traceback (most recent call last):
File "/home/michal/dev/python/teaculture-python/apptrace/overview.py", line 122, in
main()
File "/home/mich…