[PATCH] bzrlib.symbol_versioning.zero_nine
Jan Hudec
bulb at ucw.cz
Tue May 9 23:03:53 BST 2006
Hello,
Could you add a 'zero_nine' constant into symbol_versioning in bzr.dev soon,
please?
Well, there is one more consideration. Shouldn't there be a 'next_release'
tag that one could use while developing and global replace it with current
next release just before submitting for merge?
--
Jan 'Bulb' Hudec <bulb at ucw.cz>
-------------- next part --------------
=== modified file 'bzrlib/symbol_versioning.py'
--- bzrlib/symbol_versioning.py
+++ bzrlib/symbol_versioning.py
@@ -25,7 +25,7 @@
'DEPRECATED_PARAMETER',
'deprecated_passed',
'warn', 'set_warning_method', 'zero_seven',
- 'zero_eight',
+ 'zero_eight', 'zero_nine',
]
from warnings import warn
@@ -34,6 +34,7 @@
DEPRECATED_PARAMETER = "A deprecated parameter marker."
zero_seven = "%s was deprecated in version 0.7."
zero_eight = "%s was deprecated in version 0.8."
+zero_nine = "%s was deprecated in version 0.9."
def set_warning_method(method):
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060510/089f1ce1/attachment.pgp
More information about the bazaar
mailing list