File: todo.txt

package info (click to toggle)
python-webob 1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,340 kB
  • ctags: 2,468
  • sloc: python: 13,433; makefile: 12
file content (7 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
- header_getter

- get rid of environ_decoder (push it into environ_getter)

- Setting a value via request.headers['Foo'] = 'bar' will now raise an
  encoding error if the value is Unicode and not ascii-compatible.