Modify ↓
Opened 19 years ago
Closed 19 years ago
#3893 closed defect (fixed)
mod_python 3.3.0 problem
| Reported by: | Owned by: | Christopher Lenz | |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.10 |
| Component: | web frontend/mod_python | Version: | 0.9.6 |
| Severity: | critical | Keywords: | mod_python |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
I got mod_python 3.3.0 from svn and FieldStorageWrapper gives a error on line 173.
This is because util.FiledStorage has been altered in mod_pythonn 3.3.0 and is no longer recursive. Passing of more than 2 args to Field is no longer possible, currently 7 are passed in FieldStorageWrapper.
Attachments (0)
Change History (2)
comment:1 by , 19 years ago
| Component: | general → mod_python frontend |
|---|---|
| Keywords: | mod_python added |
| Owner: | changed from to |
| Severity: | normal → critical |
| Version: | 0.10 → 0.9.6 |
comment:2 by , 19 years ago
| Milestone: | → 0.10 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Trac 0.10 no longer uses mod_python's FieldStorage implementation, so this works correctly regardless of their changes to these APIs.
Note:
See TracTickets
for help on using tickets.



Changed properties