Merge lp://staging/~btimby/python-webdav-lib/usability into lp://staging/python-webdav-lib
Proposed by
Ben Timby
Status: | Merged |
---|---|
Approved by: | Tobias Schlauch |
Approved revision: | 19 |
Merged at revision: | 19 |
Proposed branch: | lp://staging/~btimby/python-webdav-lib/usability |
Merge into: | lp://staging/python-webdav-lib |
Diff against target: |
87 lines (+12/-9) 2 files modified
src/webdav/Connection.py (+3/-3) src/webdav/WebdavClient.py (+9/-6) |
To merge this branch: | bzr merge lp://staging/~btimby/python-webdav-lib/usability |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Tobias Schlauch | Pending | ||
Review via email: mp+69337@code.staging.launchpad.net |
Description of the change
Some smallchanges to usability.
readProperties() - new argument ignore404 causes missing properties to be ignored for multistatus replies (just return what DOES exist).
uploadContent(
To post a comment you must log in.
Also removed extraneous newlines from log messages.