Merge lp:~rye/python-oops-tools/local-charset-in-url into lp:python-oops-tools
Proposed by
Roman Yepishev
Status: | Merged |
---|---|
Merged at revision: | 8 |
Proposed branch: | lp:~rye/python-oops-tools/local-charset-in-url |
Merge into: | lp:python-oops-tools |
Diff against target: |
35 lines (+17/-0) 2 files modified
src/oopstools/oops/models.py (+9/-0) src/oopstools/oops/test/test_dboopsloader.py (+8/-0) |
To merge this branch: | bzr merge lp:~rye/python-oops-tools/local-charset-in-url |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Robert Collins (community) | Needs Fixing | ||
Steve Kowalik (community) | code | Approve | |
Review via email:
|
Description of the change
Force quoting the URL if the string cannot be presented as ascii during loading.
To post a comment you must log in.
This looks like excellent work, thank you.
My two niggling comments about this is we have a coding convention that comments are full sentences, so please end your comment with a full stop, and please add a comment to the start of your test case.