lp://staging/~cjwatson/wadllib/py3
Created by
Colin Watson
and last modified
- Get this branch:
- bzr branch lp://staging/~cjwatson/wadllib/py3
Only
Colin Watson
can upload to this branch. If you are
Colin Watson
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Martin Packman (community): Approve
-
Diff: 564 lines (+148/-87)6 files modified.bzrignore (+1/-0)
README.txt (+2/-0)
setup.py (+24/-11)
src/wadllib/README.txt (+79/-64)
src/wadllib/__init__.py (+12/-0)
src/wadllib/application.py (+30/-12)
Related bugs
Related blueprints
Branch information
Recent revisions
- 36. By Colin Watson
-
Use version checking to decide on string handling, following the lead of the six module.
- 34. By Colin Watson
-
elementtree was added to the standard library in Python 2.5, and simplejson in Python 2.6.
- 33. By Colin Watson
-
Drop "from __future__ import print_function" from doctest; we only ever pass a single argument to print, so it's compatible with Python 2 without this.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/wadllib