deprecation warning in bzrlib/filters/__init__.py
Bug #346593 reported by
Benjamin Peterson
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Fix Released
|
Low
|
Vincent Ladeuil |
Bug Description
Basically any command with bzr.dev and Python 2.6 will give this:
bzr/bzr.
A compatibility layer will probably have to be added until 2.4 support is dropped.
Related branches
lp://staging/~vila/bzr/integration
- Vincent Ladeuil: Approve
-
Diff: 31 lines (+4/-4)2 files modifiedbzrlib/lazy_regex.py (+3/-3)
doc/en/release-notes/bzr-2.7.txt (+1/-1)
Changed in bzr: | |
milestone: | none → 1.14rc1 |
status: | Confirmed → Fix Committed |
importance: | Undecided → Low |
Changed in bzr: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
The compatibility layer already exists and is in fact used in that module, we just need to delete the faulty import that is triggering the warning.