Ticket #234 (closed defect: wontfix)
paste.fixture.TestApp._gen_request Chokes on Unicode Parameters
| Reported by: | brendan | Owned by: | ianb |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5 |
| Component: | paste | Version: | svn-trunk |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Try putting a unicode string with unicode characters into the params argument of a post to TestApp? - when it hits paste.fixture.TestApp?._gen_request Python will throw a UnicodeEncodeError? due to the use of urllib.urlencode on the parameters. As far as I know, this blocks easily testing unicode inputs to forms.
Change History
Note: See
TracTickets for help on using
tickets.
